public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17592] New: internal compiler error: in extract_insn, at recog.c:2175
@ 2004-09-21 18:51 bugzilla at carstengrohmann dot de
  2004-09-21 18:54 ` [Bug c/17592] " bugzilla at carstengrohmann dot de
  2004-09-21 19:21 ` [Bug rtl-optimization/17592] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at carstengrohmann dot de @ 2004-09-21 18:51 UTC (permalink / raw)
  To: gcc-bugs

gcc version output:  gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) 
 
system hardware: i686 Athlon XP+2400 
 
Full error message: 
gcc -Wall -O2 -g -fno-strict-aliasing -v --save-temps -fomit-frame-pointer 
-mpreferred-stack-boundary=2 -falign-functions=0 -fno-reorder-blocks 
-fno-optimize-sibling-calls -I. -I/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc 
-I/home/carsten/Projekte.cvs/qemu-0.6.0 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/linux-user 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/linux-user/ppc -D_GNU_SOURCE 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/slirp -c -o op.o 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c 
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/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 --enable-languages=c,c++,f77,objc,java,ada --disable-checking 
--enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit i486-suse-linux 
Thread model: posix 
gcc version 3.3 20030226 (prerelease) (SuSE Linux) 
 /usr/lib/gcc-lib/i486-suse-linux/3.3/cc1 -E -quiet -v -I. 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc 
-I/home/carsten/Projekte.cvs/qemu-0.6.0 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/linux-user 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/linux-user/ppc 
-I/home/carsten/Projekte.cvs/qemu-0.6.0/slirp -D__GNUC__=3 -D__GNUC_MINOR__=3 
-D__GNUC_PATCHLEVEL__=0 -D_GNU_SOURCE 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c -mpreferred-stack-boundary=2 
-Wall -fno-strict-aliasing -fomit-frame-pointer -falign-functions=0 -fno-reorder-blocks 
-fno-optimize-sibling-calls -O2 op.i 
#include "..." search starts here: 
#include <...> search starts here: 
 . 
 /home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc 
 /home/carsten/Projekte.cvs/qemu-0.6.0 
 /home/carsten/Projekte.cvs/qemu-0.6.0/linux-user 
 /home/carsten/Projekte.cvs/qemu-0.6.0/linux-user/ppc 
 /home/carsten/Projekte.cvs/qemu-0.6.0/slirp 
 /usr/local/include 
 /usr/lib/gcc-lib/i486-suse-linux/3.3/include 
 /usr/i486-suse-linux/include 
 /usr/include 
End of search list. 
 /usr/lib/gcc-lib/i486-suse-linux/3.3/cc1 -fpreprocessed op.i -quiet -dumpbase op.c 
-mpreferred-stack-boundary=2 -auxbase-strip op.o -g -O2 -Wall -version -fno-strict-aliasing 
-fomit-frame-pointer -falign-functions=0 -fno-reorder-blocks -fno-optimize-sibling-calls -o op.s 
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64355 
GNU C version 3.3 20030226 (prerelease) (SuSE Linux) (i486-suse-linux) 
        compiled by GNU C version 3.3 20030226 (prerelease) (SuSE Linux). 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c: In function `op_subfme': 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c:920: warning: comparison between 
signed and unsigned 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c: In function `op_subfmeo': 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c:935: warning: comparison between 
signed and unsigned 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c: In function `op_cmpli': 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c:1022: error: unrecognizable insn: 
(insn:HI 47 17 48 2 (nil) (set (reg:CC 17 flags) 
        (compare:CC (symbol_ref:SI ("__op_param1")) 
            (reg/v:SI 3 ebx))) -1 (nil) 
    (expr_list:REG_DEAD (reg/v:SI 3 ebx) 
        (nil))) 
/home/carsten/Projekte.cvs/qemu-0.6.0/target-ppc/op.c:1022: internal compiler error: in 
extract_insn, at recog.c:2175 
 
The op.i file is round 180k uncompressed. So I can't attach it

-- 
           Summary: internal compiler error: in extract_insn, at
                    recog.c:2175
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugzilla at carstengrohmann dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-2.4.20
  GCC host triplet: i686-pc-linux-2.4.20
GCC target triplet: i686-pc-linux-2.4.20


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


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

* [Bug c/17592] internal compiler error: in extract_insn, at recog.c:2175
  2004-09-21 18:51 [Bug c/17592] New: internal compiler error: in extract_insn, at recog.c:2175 bugzilla at carstengrohmann dot de
@ 2004-09-21 18:54 ` bugzilla at carstengrohmann dot de
  2004-09-21 19:21 ` [Bug rtl-optimization/17592] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at carstengrohmann dot de @ 2004-09-21 18:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugzilla at carstengrohmann dot de  2004-09-21 18:54 -------
Created an attachment (id=7186)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7186&action=view)
the missing op.i file


-- 


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


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

* [Bug rtl-optimization/17592] internal compiler error: in extract_insn, at recog.c:2175
  2004-09-21 18:51 [Bug c/17592] New: internal compiler error: in extract_insn, at recog.c:2175 bugzilla at carstengrohmann dot de
  2004-09-21 18:54 ` [Bug c/17592] " bugzilla at carstengrohmann dot de
@ 2004-09-21 19:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-21 19:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-21 19:21 -------
Looks like either this is fixed or was never a bug in the FSF compiler, please report this to SUSE (maybe 
updating your compiler first).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |rtl-optimization
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2004-09-21 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-21 18:51 [Bug c/17592] New: internal compiler error: in extract_insn, at recog.c:2175 bugzilla at carstengrohmann dot de
2004-09-21 18:54 ` [Bug c/17592] " bugzilla at carstengrohmann dot de
2004-09-21 19:21 ` [Bug rtl-optimization/17592] " 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).