public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18864] New: ICE: insn does not satisfy its constraints
@ 2004-12-07  8:22 aj at gcc dot gnu dot org
  2004-12-07  8:22 ` [Bug target/18864] " aj at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: aj at gcc dot gnu dot org @ 2004-12-07  8:22 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/18864] ICE: insn does not satisfy its constraints
  2004-12-07  8:22 [Bug target/18864] New: ICE: insn does not satisfy its constraints aj at gcc dot gnu dot org
@ 2004-12-07  8:22 ` aj at gcc dot gnu dot org
  2004-12-07  8:44 ` amodra at bigpond dot net dot au
  2004-12-07 15:11 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: aj at gcc dot gnu dot org @ 2004-12-07  8:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aj at gcc dot gnu dot org  2004-12-07 08:22 -------
Created an attachment (id=7695)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7695&action=view)
Preprocessed file for Linux/PPC


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/18864] ICE: insn does not satisfy its constraints
  2004-12-07  8:22 [Bug target/18864] New: ICE: insn does not satisfy its constraints aj at gcc dot gnu dot org
  2004-12-07  8:22 ` [Bug target/18864] " aj at gcc dot gnu dot org
@ 2004-12-07  8:44 ` amodra at bigpond dot net dot au
  2004-12-07 15:11 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-12-07  8:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-12-07 08:44 -------
Confirmed with 4.0.0 20041206

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-07 08:44:37
               date|                            |


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/18864] ICE: insn does not satisfy its constraints
  2004-12-07  8:22 [Bug target/18864] New: ICE: insn does not satisfy its constraints aj at gcc dot gnu dot org
  2004-12-07  8:22 ` [Bug target/18864] " aj at gcc dot gnu dot org
  2004-12-07  8:44 ` amodra at bigpond dot net dot au
@ 2004-12-07 15:11 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-07 15:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-07 15:11 -------


*** This bug has been marked as a duplicate of 18641 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-07 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-07  8:22 [Bug target/18864] New: ICE: insn does not satisfy its constraints aj at gcc dot gnu dot org
2004-12-07  8:22 ` [Bug target/18864] " aj at gcc dot gnu dot org
2004-12-07  8:44 ` amodra at bigpond dot net dot au
2004-12-07 15:11 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).