Bug#450566: gcc-4.1 FTBFS for cross-compiling ~ munged build-deps in debian/control

2007-11-07 Thread supaplex
Package: gcc-4.1 Version: 4.1.1-21 Severity: normal $ grep ^Build-Dep debian/control Build-Depends: dpkg-dev (>= 1.13.9), dpkg-cross (>= 1.25.99), , m4, autoconf, autoconf2.13, automake1.9, libtool, autogen, gawk, bzip2, binutils- (>= 2.16.1cvs20051214), debhelper (>= 5.0), bison (>= 1:2.3), flex,

[Bug tree-optimization/33826] [4.1/4.2/4.3 Regression] GCC generates wrong code for infinitely recursive functions

2007-11-07 Thread zadeck at naturalbridge dot com
--- Comment #11 from zadeck at naturalbridge dot com 2007-11-08 01:23 --- Subject: Re: [4.1/4.2/4.3 Regression] GCC generates wrong code for infinitely recursive functions zadeck at naturalbridge dot com wrote: > --- Comment #10 from zadeck at naturalbridge dot com 2007-11-07 18

[bts-link] source package gcc-4.2

2007-11-07 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-4.2 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #449563 # * http://gcc.gnu.org/PR34007 # * remote status changed: (?) -> RESOLVED # * remote resolution cha

[bts-link] source package gcc-snapshot

2007-11-07 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-snapshot # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #430957 # * http://gcc.gnu.org/PR32540 # * remote status changed: REOPENED -> RESOLVED # * remote reso

Processed: [bts-link] source package gcc-snapshot

2007-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # > # bts-link upstream status pull for source package gcc-snapshot > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user [EMAIL PROTECTED] Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]). > # remote status rep

Processed: [bts-link] source package gcc-4.2

2007-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # > # bts-link upstream status pull for source package gcc-4.2 > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user [EMAIL PROTECTED] Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]). > # remote status report f

[Bug tree-optimization/32653] [4.3 Regression] Bootstrap failure with excessive memory consumption in tree-ssa-pre compiling libjava/interperter.c

2007-11-07 Thread daney at gcc dot gnu dot org
--- Comment #7 from daney at gcc dot gnu dot org 2007-11-07 18:59 --- We no longer regress with respect to this testcase (bootstrapping on my small mipsel-linux system). -- daney at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/33826] [4.1/4.2/4.3 Regression] GCC generates wrong code for infinitely recursive functions

2007-11-07 Thread zadeck at naturalbridge dot com
--- Comment #10 from zadeck at naturalbridge dot com 2007-11-07 18:44 --- Subject: Re: [4.1/4.2/4.3 Regression] GCC generates wrong code for infinitely recursive functions This patch keeps recursive functions from being marked as pure or const. Full testing in progress on x86-64. B

Bug#450506: gcc-4.3: false warning about static identifier in inline function

2007-11-07 Thread Vaclav Ovsik
Package: gcc-4.3 Version: 4.3-20071020-1 Severity: normal Hi, gcc emits a warning that should not be there probably. [EMAIL PROTECTED]:~/inline$ cat inline.c extern inline char func( int arg ) { static const char foomap[4] = {2, 4, 8, 16}; return foomap[arg & 3]; } [EMAIL PROTECTED]:~/in