[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#198269: marked as done ([PR 11368] -falign-* has no effect on i386)



Your message dated Wed, 23 Jul 2003 04:48:23 -0400
with message-id <E19fFIN-0002aS-00@auric.debian.org>
and subject line Bug#198269: fixed in gcc-3.3 1:3.3.1ds1-0rc1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Jun 2003 06:17:30 +0000
>From herbert@gondor.apana.org.au Sat Jun 21 01:17:30 2003
Return-path: <herbert@gondor.apana.org.au>
Received: from arnor.apana.org.au (arnor.me.apana.org.au) [203.14.152.115] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19Tbgk-0003IG-00; Sat, 21 Jun 2003 01:17:29 -0500
Received: from gondolin.me.apana.org.au ([192.168.0.6] ident=mail)
	by arnor.me.apana.org.au with esmtp (Exim 3.35 #1 (Debian))
	id 19Tbge-0004qX-00
	for <submit@bugs.debian.org>; Sat, 21 Jun 2003 16:17:20 +1000
Received: from herbert by gondolin.me.apana.org.au with local (Exim 3.36 #1 (Debian))
	id 19Tbgc-0004Gm-00
	for <submit@bugs.debian.org>; Sat, 21 Jun 2003 16:17:18 +1000
From: <herbert@gondor.apana.org.au>
Subject: gcc-3.3: -falign-* has no effect on i386
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.2
Message-Id: <E19Tbgc-0004Gm-00@gondolin.me.apana.org.au>
Date: Sat, 21 Jun 2003 16:17:18 +1000
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-4.5 required=4.0
	tests=BAYES_20,HAS_PACKAGE,NO_REAL_NAME
	version=2.53-bugs.debian.org_2003_06_18
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_18 (1.174.2.15-2003-03-30-exp)

Package: gcc-3.3
Version: 1:3.3-2
Severity: normal

Compiling the following program (b.c) on i386

int f(int a) {
	int i = 0;

	if (a > 3)
		goto end;
	return 3;

end:
	return g(0);
}

with "gcc -O2 -falign-jumps=0 -S" produces

	.file	"b.c"
	.text
	.p2align 2,,3
.globl f
	.type	f, @function
f:
	pushl	%ebp
	movl	%esp, %ebp
	cmpl	$3, 8(%ebp)
	jle	.L4
.L3:
	movl	$0, 8(%ebp)
	leave
	jmp	g
	.p2align 2,,3
.L4:
	movl	$3, %eax
	leave
	ret
	.size	f, .-f
	.ident	"GCC: (GNU) 3.3 (Debian)"

As you can see, -falign-jumps=0 was ignored.  -malign-jumps=0 does
work on the other hand.  This applies to all -falign-* options.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux gondolin 2.4.21-1-686-smp #3 SMP Mon Jun 16 22:16:22 EST 2003 i686 GNU/Linux

Versions of the packages gcc-3.3 depends on:
ii  binutils       2.14.90.0.4-0. The GNU assembler, linker and binary utiliti
ii  cpp-3.3        3.3-2          The GNU C preprocessor
ii  gcc-3.3-base   3.3-2          The GNU Compiler Collection (base package)
ii  libc6          2.3.1-16       GNU C Library: Shared libraries and Timezone
ii  libgcc1        3.3-2          GCC support library

---------------------------------------
Received: (at 198269-close) by bugs.debian.org; 23 Jul 2003 08:53:08 +0000
>From katie@auric.debian.org Wed Jul 23 03:53:07 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19fFMw-0004wJ-00; Wed, 23 Jul 2003 03:53:06 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19fFIN-0002aS-00; Wed, 23 Jul 2003 04:48:23 -0400
From: Matthias Klose <doko@debian.org>
To: 198269-close@bugs.debian.org
X-Katie: $Revision: 1.34 $
Subject: Bug#198269: fixed in gcc-3.3 1:3.3.1ds1-0rc1
Message-Id: <E19fFIN-0002aS-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 23 Jul 2003 04:48:23 -0400
Delivered-To: 198269-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
gcc-3.3, which is due to be installed in the Debian FTP archive:

cpp-3.3-doc_3.3.1-0rc1_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.1-0rc1_all.deb
cpp-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.1-0rc1_i386.deb
fastjar_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/fastjar_3.3.1-0rc1_i386.deb
fixincludes_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.1-0rc1_i386.deb
g++-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.1-0rc1_i386.deb
g77-3.3-doc_3.3.1-0rc1_all.deb
  to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.1-0rc1_all.deb
g77-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.1-0rc1_i386.deb
gcc-3.3-base_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.1-0rc1_i386.deb
gcc-3.3-doc_3.3.1-0rc1_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.1-0rc1_all.deb
gcc-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.1-0rc1_i386.deb
gcc-3.3_3.3.1ds1-0rc1.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.1ds1-0rc1.diff.gz
gcc-3.3_3.3.1ds1-0rc1.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.1ds1-0rc1.dsc
gcc-3.3_3.3.1ds1.orig.tar.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.1ds1.orig.tar.gz
gcj-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.1-0rc1_i386.deb
gij-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.1-0rc1_i386.deb
gnat-3.3-doc_3.3.1-0rc1_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.1-0rc1_all.deb
gnat-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.1-0rc1_i386.deb
gobjc-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.1-0rc1_i386.deb
gpc-2.1-3.3-doc_3.3.1.20030507-0rc1_all.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.1.20030507-0rc1_all.deb
gpc-2.1-3.3_3.3.1.20030507-0rc1_i386.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.1.20030507-0rc1_i386.deb
libffi2-dev_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.1-0rc1_i386.deb
libffi2_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.1-0rc1_i386.deb
libg2c0_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.1-0rc1_i386.deb
libgcc1_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libgcc1_3.3.1-0rc1_i386.deb
libgcj-common_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libgcj-common_3.3.1-0rc1_i386.deb
libgcj4-dev_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.1-0rc1_i386.deb
libgcj4_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.1-0rc1_i386.deb
libobjc1_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.1-0rc1_i386.deb
libstdc++5-3.3-dbg_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.1-0rc1_i386.deb
libstdc++5-3.3-dev_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.1-0rc1_i386.deb
libstdc++5-3.3-doc_3.3.1-0rc1_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.1-0rc1_all.deb
libstdc++5-3.3-pic_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.1-0rc1_i386.deb
libstdc++5_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.1-0rc1_i386.deb
protoize_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/protoize_3.3.1-0rc1_i386.deb
treelang-3.3_3.3.1-0rc1_i386.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.1-0rc1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 198269@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-3.3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 13 Jul 2003 10:26:30 +0200
Source: gcc-3.3
Binary: libgnat3.15 gcc-3.3-nof gcc-3.3 libobjc1 libgcc1 lib64g2c0 libstdc++5-3.3-doc libgcj4 gpc-2.1-3.3-doc libstdc++5 cpp-3.3-doc protoize cpp-3.3 libstdc++5-3.3-dbg g77-3.3-doc gpc-2.1-3.3 g77-3.3 libgcj4-dev gcc-3.3-doc lib64objc1 lib64ffi2 libstdc++5-3.3-dev libffi2-dev gcj-3.3 libgcj-common gobjc-3.3 lib64stdc++5 gcc-3.3-soft-float lib64gcj4 treelang-3.3 libg2c0-dev lib64gcc1 fastjar lib64gnat3.15 fixincludes libg2c0 gij-3.3 libstdc++5-3.3-pic gcc-3.3-base g++-3.3 gnat-3.3 libffi2 gnat-3.3-doc
Architecture: source i386 all
Version: 1:3.3.1ds1-0rc1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.3    - The GNU C preprocessor
 cpp-3.3-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar    - Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-3.3    - The GNU C++ compiler
 g77-3.3    - The GNU Fortran 77 compiler
 g77-3.3-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.3    - The GNU C compiler
 gcc-3.3-base - The GNU Compiler Collection (base package)
 gcc-3.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-3.3    - The GNU compiler for Java(TM)
 gij-3.3    - The GNU Java bytecode interpreter
 gnat-3.3   - The GNU Ada compiler
 gnat-3.3-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.3  - The GNU Objective-C compiler
 gpc-2.1-3.3 - The GNU Pascal compiler
 gpc-2.1-3.3-doc - Documentation for the GNU Pascal compiler (gpc)
 libffi2    - Foreign Function Interface library runtime
 libffi2-dev - Foreign Function Interface library development
 libg2c0    - Runtime library for GNU Fortran 77 applications
 libgcc1    - GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj4    - Java runtime library for use with gcj
 libgcj4-dev - Java development headers and static library for use with gcj
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++5 - The GNU Standard C++ Library v3
 libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-3.3 - The GNU Treelang compiler
Closes: 134197 146883 171699 173475 189059 189365 189494 192296 193804 193830 194391 198269 201882
Changes: 
 gcc-3.3 (1:3.3.1ds1-0rc1) unstable; urgency=low
 .
   * Update to gcc-3.3.1 CVS 20030722 (3.3.1 release candidate 1).
     - Fix ICE in copy_to_mode_reg on 64-bit targets (closes: #189365).
     - Remove documentation about multi-line strings (closes: #194391).
     - Correctly document -falign-* parameters (closes: #198269).
     - out-of-class specialization of a private nested template class.
       Closes: #193830.
     - Tighten shlibs dependency due to new symbols in libgcc.
   * README.Debian for libg2c0, describing the need for g77-x.y when
     working with the g2c header and library (closes: #189059).
   * Call make with -j<number of CPU's>, if USE_NJOBS is set and non-empty
     in the environment.
   * Add another two m68k patches, partly replacing the workarounds provided
     by Roman Zippel.
   * Add the stack protector patch, but don't apply it by default. Edit
     debian/rules.patch to apply it (closes: #171699, #189494).
   * Remove wrong symlinks from gnat package (closes: #201882).
   * Closed reports reported against gcc-2.95 and fixed in newer versions:
     - SMP kernel compilation on alpha (closes: #134197, #146883).
     - ICE on arm while building imagemagick (closes: #173475).
   * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
     - Miscompilation of octave2.1 on hppa (closes: #192296, #193804).
Files: 
 5f532e79998465239a9d5f062356611b 2363 devel standard gcc-3.3_3.3.1ds1-0rc1.dsc
 d1a5767eb8e9aaa9411d23c5b4049256 22283882 devel standard gcc-3.3_3.3.1ds1.orig.tar.gz
 9f0d8a2af84258ad3b8d8ac494310955 2223830 devel standard gcc-3.3_3.3.1ds1-0rc1.diff.gz
 c77fd39cd4cd2b9109e81e904497ba1c 82946 doc optional cpp-3.3-doc_3.3.1-0rc1_all.deb
 8b0a68841b14357ce19109dd10b6051c 3136480 doc optional libstdc++5-3.3-doc_3.3.1-0rc1_all.deb
 876625d51a4409f5512608cc3d28e01b 268960 doc optional g77-3.3-doc_3.3.1-0rc1_all.deb
 f1a99375f46b9e749e9e191586f9df24 328524 doc optional gnat-3.3-doc_3.3.1-0rc1_all.deb
 882dad84f7e27b7bb65c2baad5c84eed 764096 doc optional gpc-2.1-3.3-doc_3.3.1.20030507-0rc1_all.deb
 30fff7b1d9987176e6aa6cb2d3668019 597372 doc optional gcc-3.3-doc_3.3.1-0rc1_all.deb
 1354c7b8764b9d04ddec6203a931980f 140326 devel important gcc-3.3-base_3.3.1-0rc1_i386.deb
 b16e03f2abcef5939876e37aa18ac009 69500 libs important libgcc1_3.3.1-0rc1_i386.deb
 922a6d3e137986ada9289cf0bc7a4c78 1309452 interpreters standard cpp-3.3_3.3.1-0rc1_i386.deb
 3ddacd5d0f255bce533a63f709b1a44e 22630 devel optional protoize_3.3.1-0rc1_i386.deb
 f16cda376a56fbe3b048854cabdfb8c1 47326 devel optional fixincludes_3.3.1-0rc1_i386.deb
 b005f1a957caf7a5e59c89bb1784d580 1382708 devel optional gobjc-3.3_3.3.1-0rc1_i386.deb
 de72d604092cb3fdba8cc7d4a6182519 125542 libs optional libobjc1_3.3.1-0rc1_i386.deb
 e576350794eb79e8e1d056ee9e9c0ef2 12916 devel optional gij-3.3_3.3.1-0rc1_i386.deb
 bfdd66d161f55b2d3cb3122f6f386ad4 4012372 libs optional libgcj4_3.3.1-0rc1_i386.deb
 449eacef8bea8aae23dab79dda7e1cce 55276 libs optional libgcj-common_3.3.1-0rc1_i386.deb
 6be3768a26a0934a306ef1991ac8d07f 1607154 devel optional gcj-3.3_3.3.1-0rc1_i386.deb
 8eb26fa5b49e2f672bf8ab39e337e9bc 4829500 libdevel optional libgcj4-dev_3.3.1-0rc1_i386.deb
 1278b9af8111fad804f30e29786127a7 112942 devel extra fastjar_3.3.1-0rc1_i386.deb
 aa9bf8233a7b5ea4ea596ef8ce101def 65604 libs optional libffi2_3.3.1-0rc1_i386.deb
 f1067b63f33c7338541fff10732f3598 10758 libdevel optional libffi2-dev_3.3.1-0rc1_i386.deb
 2d7af11380e6866abd4123cfdcb649e5 1676610 devel standard g++-3.3_3.3.1-0rc1_i386.deb
 5214b16cc2f1d73a134df67a650984d2 270176 base important libstdc++5_3.3.1-0rc1_i386.deb
 521de27d5b50351c89ac9b3561110518 758354 libdevel standard libstdc++5-3.3-dev_3.3.1-0rc1_i386.deb
 ea64dbf4a7ad7b19e9985e6a167122ed 312556 libdevel extra libstdc++5-3.3-pic_3.3.1-0rc1_i386.deb
 c36ff3239cdd55ae33c55d5098e70c3d 5019254 libdevel extra libstdc++5-3.3-dbg_3.3.1-0rc1_i386.deb
 d9b772a3cf8ce2fbdec0fa9136ead98d 47552 libs optional libg2c0_3.3.1-0rc1_i386.deb
 bf3f601734316dd48dc8154f3b92daee 1513592 devel optional g77-3.3_3.3.1-0rc1_i386.deb
 c5e38bd3e6e4689529a61fff3dc87b64 6108308 devel optional gnat-3.3_3.3.1-0rc1_i386.deb
 5b30d25e7449298c6be852ba173d5ca8 1211950 devel optional treelang-3.3_3.3.1-0rc1_i386.deb
 6e4140793606a760c3834c6498a22c2d 1940208 devel optional gpc-2.1-3.3_3.3.1.20030507-0rc1_i386.deb
 ad73a3a5623279ef3a383a046bb0a689 1292104 devel standard gcc-3.3_3.3.1-0rc1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HiMnStlRaw+TLJwRAsQmAKC/ZPl3g/LzDp9vYCjD1TA1tQwE2wCgkkV7
ooKncNUR9AbtcZ6bPkXJmt4=
=ghYi
-----END PGP SIGNATURE-----



Reply to: