This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/17363] New: gcc doesn't terminate compilation at -O2


[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]