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/24230] New: [altivec] ICE in extract_insn, at recog.c:2084


/usr/lib/gcc/powerpc64-suse-linux/4.1.0/cc1 -fpreprocessed qpel_altivec.i
-quiet -dumpbase qpel_altivec.c -maltivec -mabi=altivec -auxbase-strip
=build/image/ppc_asm/qpel_altivec.o -O2 -Wall -version -fPIC -fmessage-length=0
-o qpel_altivec.s
../../src/image/ppc_asm/qpel_altivec.c:414: error: unrecognizable insn:
(insn 711 329 710 4 (set (reg:V16QI 90 13)
        (mem/u/c/i:V16QI (symbol_ref/u:SI ("*.LC254") [flags 0x2]) [0 S16
A128])) -1 (nil)
    (nil))
../../src/image/ppc_asm/qpel_altivec.c:414: internal compiler error: in
extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.suse.de/feedback> for instructions.

loads of preprocessor generated altivec intrinsics.  Dunno if this is a
regression.


-- 
           Summary: [altivec] ICE in extract_insn, at recog.c:2084
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
GCC target triplet: powerpc-unknown-linux-gnu


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


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