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 c/13360] New: [tree-ssa] ICE in reload_cse_simplify_operands, at postreload.c:378


Found while building tree-ssa powerpc-eabi toolchain with native tree-ssa
compiler.  I'll upload the .i file.

$ ../../../../../gcc/cc1 --version
GNU C version 3.5-tree-ssa 20031208 (merged 20031130) (powerpc-eabi)
        compiled by GNU C version 3.5-tree-ssa 20031208 (merged 20031130).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

$ ../../../../../gcc/cc1 vfprintf.i -O1
 __sprint
 __sbprintf
 vfprintf
 _vfprintf_r
 
../../../../../../src/HEAD-2003-12-08/newlib/libc/stdio/vfprintf.c: In function
`_vfprintf_r':
 
../../../../../../src/HEAD-2003-12-08/newlib/libc/stdio/vfprintf.c:1194: error:
insn does not satisfy its constraints:
(insn 4179 14 16 0 (set (reg/v:DI 30 [orig:242 _double_ ] [242])
        (const_int 0 [0x0])) 329 {*movdi_internal32} (nil)
    (nil))
../../../../../../src/HEAD-2003-12-08/newlib/libc/stdio/vfprintf.c:1194:
internal compiler error: in reload_cse_simplify_operands, at postreload.c:378
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [tree-ssa] ICE in reload_cse_simplify_operands, at
                    postreload.c:378
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: powerpc-eabi


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


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