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,
--- 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 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 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
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
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
--- 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
-
--- 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
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
9 matches
Mail list logo