This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/17363] New: gcc doesn't terminate compilation at -O2
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Sep 2004 21:59:24 -0000
- Subject: [Bug target/17363] New: gcc doesn't terminate compilation at -O2
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
[forwarded from http://bugs.debian.org/269209]
bug reporter sees this on alpha,powerpc,s390,sparc, Falk reproduced it on
powerpc. works with gcc-3.2, gcc-3.4.2, current gcc-3.3 branch fails. reducing
opt. to -O1 works.
gcc -O2 -c
int nxtmkr() {
while (jpg1byte())
return 0;
}
--
Summary: gcc doesn't terminate compilation at -O2
Product: gcc
Version: 3.3.5
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: falk at debian dot org,gcc-bugs at gcc dot gnu dot org
GCC build triplet: {alpha,powerpc,s390,sparc}-linux
GCC host triplet: {alpha,powerpc,s390,sparc}-linux
GCC target triplet: {alpha,powerpc,s390,sparc}-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17363