Bug#252764: gcc-3.3: buildd ICE on alpha building package fceu

2004-06-04 Thread Benjamin Cutler
Package: gcc-3.3 Version: 1:3.3.3-9 Severity: normal Package fceu[1] has failed to build six times on alpha buildd[2] because of an ICE while compiling src/x6502.c, and is keeping the package out of testing. The error is as follows: gcc -Wall -g -O2 -Wall -Winline -DOPENGL -DFRAMESKIP -DSTDIOI

Bug#252742: gcc-3.3: Please add gnats for amd64

2004-06-04 Thread Goswin von Brederlow
Package: gcc-3.3 Version: 1:3.3.3-9 Severity: normal Hi, sorry to bother you again. We managed to bootstrap gnats with a gentoo gnats and then rebuilding gcc with itself again. So we now have a gnats-3.3 amd64 package in archive to supply the build-depends to build gnats. Please add gnats for am

Bug#252699: gcc-3.3: Please enable Ada on amd64

2004-06-04 Thread Andreas Jochens
Package: gcc-3.3 Version: 1:3.3.3-9 Severity: normal Tags: patch Thank you for including the amd64 patch in the latest uploads. gcc-3.3 and 3.4 compile cleanly now on amd64. In the meantime Ada support has been made available on amd64. (I bootstrapped gnat using the gcc-3.3 binaries from Fedora

bottleneck

2004-06-04 Thread Timmy
Mcmahon,* Need affordable but reliable web hosting for only $5/month? -800 MB Disk Space -Unlimited email accounts -FREE Shopping Cart... and much more! Please contact us to take advantage of this new offer at http://www.clickhostdeals.com delta

Bug#181096: [Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away

2004-06-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-04 05:41 --- I think this can be done on the tree using and not changing (a&2) == 0 into (a>>1) & 1 until late. -- What|Removed