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 optimization/14099] New: ICE in check_colors


While recompiling gentoo (~x86) to use newer 3.3.2 compiler and -fnew-ra, emerge
ran into a compiler error while merging sys-libs/db-4.1.25_p1-r3:

gcc -c -I. -I../dist/.. -I../dist/../dbinc -D_GNU_SOURCE -D_REENTRANT
-I/opt/blackdown-jdk-1.4.1/include -I/opt/blackdown-jdk-1.4.1/include/linux -O3
-march=pentium4 -fnew-ra -funroll-loops -pipe ../dist/../qam/qam_verify.c  -fPIC
-DPIC -o .libs/qam_verify.lo
../qam/qam_verify.c: In function `__qam_vrfy_meta_4001':
../qam/qam_verify.c:90: internal compiler error: in check_colors, at
ra-colorize.c:2053

gcc 3.3.2 compiled itself using those same flags or similar (as result of emerge).

Not sure what the triplet fields above are for.  FAQ said to include all sorts
of data and include files and whatnot, but I don't have time.  Line numbers
above should give you guys a start, anyhow.  Repeated emerge breaks on the same
error.

-- 
           Summary: ICE in check_colors
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: codemonkey49 at earthlink dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14099


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