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/13048] New: ICE reload_cse_simplify_operands, at postreload.c:378 building newlib vfprintf


With current (20031113) cvs binutils, gcc, newlib, combined build for powerpc-elf fails:
./build/configure --target=powerpc-elf --enable-languages=ada --prefix=/tmp/foo
make
...
/tmp/objidr/gcc/xgcc -B/tmp/objidr/gcc/ -nostdinc -B/tmp/objidr/powerpc-elf/le/newlib/ -
isystem /tmp/objidr/powerpc-elf/le/newlib/targ-include -isystem /tmp/build/newlib/libc/include 
-B/tmp/foo/powerpc-elf/bin/ -B/tmp/foo/powerpc-elf/lib/ -isystem /tmp/foo/powerpc-elf/
include -isystem /tmp/foo/powerpc-elf/sys-include -L/tmp/objidr/ld  -mlittle -mrelocatable-lib 
-mno-eabi -mstrict-align -DPACKAGE=\"newlib\" -DVERSION=\"1.11.0\"  -I. -I../../../../../../
build/newlib/libc/stdio  -O2 -mrelocatable-lib -mno-eabi -mstrict-align -
DMISSING_SYSCALL_NAMES -DWANT_PRINTF_LONG_LONG -fno-builtin    -O2 -g -O2  -O2 -g -O2  
-mlittle -mrelocatable-lib -mno-eabi -mstrict-align -fshort-enums -c ../../../../../../build/
newlib/libc/stdio/vfprintf.c
../../../../../../build/newlib/libc/stdio/vfprintf.c: In function `_vfprintf_r':

../../../../../../build/newlib/libc/stdio/vfprintf.c:872: warning: assignment makes pointer from 
integer without a cast
../../../../../../build/newlib/libc/stdio/vfprintf.c:1186: error: insn does not satisfy its constraints:
(insn 6083 30 31 0 (set (reg/v:DI 30 [orig:142 _double_ ] [142])
    (nil))
../../../../../../build/newlib/libc/stdio/vfprintf.c:1186: 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.
make[7]: *** [vfprintf.o] Error 1

-- 
           Summary: ICE reload_cse_simplify_operands, at postreload.c:378
                    building newlib vfprintf
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-elf


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


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