Bug 26273 - ICE: in get_attr_type, at config/rs6000/rs6000.md:12269
Summary: ICE: in get_attr_type, at config/rs6000/rs6000.md:12269
Status: RESOLVED DUPLICATE of bug 26222
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-14 01:04 UTC by lucier
Modified: 2006-02-14 01:08 UTC (History)
3 users (show)

See Also:
Host: powerpc-apple-darwin8.4.0
Target: powerpc-apple-darwin8.4.0
Build: powerpc-apple-darwin8.4.0
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucier 2006-02-14 01:04:38 UTC
Bootstrap fails with configure and build:

../configure --prefix=/pkgs/gcc-mainline --with-gmp=/sw/ --with-mpfr=/sw/ --with-as=/usr/local/odcctools-20060123/bin/as --with-ld=/usr/local/odcctools-20060123/bin/ld; make -j 8 bootstrap STAGE1_CFLAGS='-O2 -g' >& build.log 


/Users/lucier/programs/gcc/mainline/objdir64/gcc/gcj -B/Users/lucier/programs/gcc/mainline/objdir64/powerpc-apple-darwin8.4.0/ppc64/libjava/ -B/Users/lucier/programs/gcc/mainline/objdir64/gcc/ -fclasspath= -fbootclasspath=/Users/lucier/programs/gcc/mainline/objdir64/powerpc-apple-darwin8.4.0/ppc64/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -m64 -c -MT java/awt/color.lo -MD -MP -MF java/awt/color.deps @java/awt/color.list -fno-common -o java/awt/.libs/color.o
../../../../libjava/classpath/java/awt/color/ICC_Profile.java: In class 'java.awt.color.ICC_Profile':
../../../../libjava/classpath/java/awt/color/ICC_Profile.java: In method 'java.awt.color.ICC_Profile.makeIdentityClut()':
../../../../libjava/classpath/java/awt/color/ICC_Profile.java:1075: error: unrecognizable insn:
(insn 608 564 610 10 (set (reg:SI 371)
        (fix:SI (reg:DF 132 [ pretmp.2587 ]))) -1 (insn_list:REG_DEP_TRUE 243 (nil))
    (nil))
../../../../libjava/classpath/java/awt/color/ICC_Profile.java:1075: internal compiler error: in get_attr_type, at config/rs6000/rs6000.md:12269
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [java/awt/color.lo] Error 1
Comment 1 Andrew Pinski 2006-02-14 01:08:16 UTC
This was just fixed today.

This is a dup of bug 26222.

*** This bug has been marked as a duplicate of 26222 ***