[Bug target/18864] New: ICE: insn does not satisfy its constraints

aj at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 7 08:22:00 GMT 2004


I see the following ICE with the appended source file: 
 
$ gcc -c -DHAVE_CONFIG_H -I.. -I. -I..   -Wall -O2 slocal.c -save-temps -v 
Reading specs from /usr/lib/gcc/powerpc-suse-linux/4.0.0/specs 
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,f95,java,ada --enable-checking 
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit 
--without-system-libunwind powerpc-suse-linux 
Thread model: posix 
gcc version 4.0.0 20041204 (experimental) (SUSE Linux) 
 /usr/lib/gcc/powerpc-suse-linux/4.0.0/cc1 -E -quiet -v -I.. -I. -I.. 
-D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux 
-Asystem=linux -Asystem=unix -Asystem=posix -DHAVE_CONFIG_H slocal.c -Wall -O2 
-fpch-preprocess -o slocal.i 
ignoring duplicate directory ".." 
#include "..." search starts here: 
#include <...> search starts here: 
 .. 
 . 
 /usr/local/include 
 /usr/lib/gcc/powerpc-suse-linux/4.0.0/include 
 /usr/lib/gcc/powerpc-suse-linux/4.0.0/../../../../powerpc-suse-linux/include 
 /usr/include 
End of search list. 
 /usr/lib/gcc/powerpc-suse-linux/4.0.0/cc1 -fpreprocessed slocal.i -quiet 
-dumpbase slocal.c -auxbase slocal -O2 -Wall -version -o slocal.s 
GNU C version 4.0.0 20041204 (experimental) (SUSE Linux) (powerpc-suse-linux) 
        compiled by GNU C version 4.0.0 20041204 (experimental) (SUSE Linux). 
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 
slocal.c: In function ?parse?: 
slocal.c:769: warning: pointer targets in passing argument 2 of ?m_getfld? 
differ in signedness 
slocal.c:769: warning: pointer targets in passing argument 3 of ?m_getfld? 
differ in signedness 
slocal.c:775: warning: pointer targets in passing argument 2 of ?m_getfld? 
differ in signedness 
slocal.c:775: warning: pointer targets in passing argument 3 of ?m_getfld? 
differ in signedness 
slocal.c: In function ?suppress_duplicates?: 
slocal.c:1531: warning: pointer targets in passing argument 2 of ?m_getfld? 
differ in signedness 
slocal.c:1531: warning: pointer targets in passing argument 3 of ?m_getfld? 
differ in signedness 
slocal.c:1539: warning: pointer targets in passing argument 2 of ?m_getfld? 
differ in signedness 
slocal.c:1539: warning: pointer targets in passing argument 3 of ?m_getfld? 
differ in signedness 
slocal.c:1545: warning: pointer targets in passing argument 2 of ?m_getfld? 
differ in signedness 
slocal.c:1545: warning: pointer targets in passing argument 3 of ?m_getfld? 
differ in signedness 
slocal.c: In function ?usr_delivery?: 
slocal.c:459: warning: ?status? may be used uninitialized in this function 
slocal.c: In function ?main?: 
slocal.c:415: error: insn does not satisfy its constraints: 
(insn 1796 1761 1795 0 (set (reg:DI 32 0) 
        (const_int 0 [0x0])) 239 {*movdi_internal32} (nil) 
    (nil)) 
slocal.c:415: internal compiler error: in reload_cse_simplify_operands, at 
postreload.c:391 
Please submit a full bug report, 
with preprocessed source if appropriate.

-- 
           Summary: ICE: insn does not satisfy its constraints
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aj at gcc dot gnu dot org
                CC: amodra at bigpond dot net dot au,gcc-bugs at gcc dot gnu
                    dot org
 GCC build triplet: powerpc-linux
  GCC host triplet: powerpc-linux
GCC target triplet: powerpc-linux


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



More information about the Gcc-bugs mailing list