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/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn


I get the following on powerpc; don't see it on i386 or x86_64:

766:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -c -O mini.c
mini.c: In function 'colrow_equal':
mini.c:17: error: could not split insn
(insn 59 28 29 (set (reg:SI 9 9)
        (const_int 3791650816 [0xe2000000])) 262 {*movsi_internal1} (nil)
    (nil))
mini.c:17: internal compiler error: in final_scan_insn, at final.c:2448
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     /usr/lib/gcc-snapshot/bin/gcc -c -O mini.c
767:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -c mini.c
768:tbm@test: ~/delta/bin] gcc-4.1 -c -O2 mini.c
769:tbm@test: ~/delta/bin]


-- 
           Summary: [4.2 regression, powerpc] ICE in final_scan_insn, at
                    final.c:2448 - could not split insn
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
 GCC build triplet: powerpc-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


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


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