public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/26722]  New: ICE in extract_insn, at recog.c:2175
@ 2006-03-16 19:02 mtodorov at alu dot hr
  2006-03-16 19:05 ` [Bug c/26722] " mtodorov at alu dot hr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-16 19:02 UTC (permalink / raw)
  To: gcc-bugs

Hardware: Xeon 3.2 GHz dual-core
OS:       Linux Debian sarge 2.6.14.3-grsec #1 SMP
Attachment with .i follows.

gcc -O2 -W -march=pentium3 -mmmx -msse -msse2 -I../libjbig   -c -o jbig.o
jbig.c
jbig.c: In function `encode_sde':
jbig.c:1474: error: unrecognizable insn:
(insn:HI 3480 3479 3127 20 0x2d245a5172a0 (set (reg/v:SI 91)
        (plus:SI (mult:SI (reg/v:SI 91)
                (const_int 2 [0x2]))
            (const_int 3 [0x3]))) -1 (insn_list 3479 (nil))
    (nil))
jbig.c:1474: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
make[1]: *** [jbig.o] Error 1
make[1]: Leaving directory `/home/osob/mtodorov/jbigkit/libjbig'
make: *** [lib] Error 2
mtodorov@magrf:~/jbigkit$


-- 
           Summary: ICE in extract_insn, at recog.c:2175
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mtodorov at alu dot hr
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c/26722] ICE in extract_insn, at recog.c:2175
  2006-03-16 19:02 [Bug c/26722] New: ICE in extract_insn, at recog.c:2175 mtodorov at alu dot hr
@ 2006-03-16 19:05 ` mtodorov at alu dot hr
  2006-03-16 19:07 ` [Bug target/26722] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-16 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mtodorov at alu dot hr  2006-03-16 19:05 -------
Created an attachment (id=11060)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11060&action=view)
The jbig.i file that causes ICE

This is a part of jbigkit.tar.gz library for JBIG pictures.


-- 


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


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

* [Bug target/26722] ICE in extract_insn, at recog.c:2175
  2006-03-16 19:02 [Bug c/26722] New: ICE in extract_insn, at recog.c:2175 mtodorov at alu dot hr
  2006-03-16 19:05 ` [Bug c/26722] " mtodorov at alu dot hr
@ 2006-03-16 19:07 ` pinskia at gcc dot gnu dot org
  2006-03-16 19:09 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-16 19:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c                           |target
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/26722] ICE in extract_insn, at recog.c:2175
  2006-03-16 19:02 [Bug c/26722] New: ICE in extract_insn, at recog.c:2175 mtodorov at alu dot hr
  2006-03-16 19:05 ` [Bug c/26722] " mtodorov at alu dot hr
  2006-03-16 19:07 ` [Bug target/26722] " pinskia at gcc dot gnu dot org
@ 2006-03-16 19:09 ` pinskia at gcc dot gnu dot org
  2006-03-16 21:05 ` mtodorov at alu dot hr
  2006-03-17  1:03 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-16 19:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-16 19:09 -------
Can you give output of "gcc -v"?
This works just fine with FSF's GCC 3.3.3 and 3.4.0 and 4.1.0.


-- 


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


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

* [Bug target/26722] ICE in extract_insn, at recog.c:2175
  2006-03-16 19:02 [Bug c/26722] New: ICE in extract_insn, at recog.c:2175 mtodorov at alu dot hr
                   ` (2 preceding siblings ...)
  2006-03-16 19:09 ` pinskia at gcc dot gnu dot org
@ 2006-03-16 21:05 ` mtodorov at alu dot hr
  2006-03-17  1:03 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-16 21:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mtodorov at alu dot hr  2006-03-16 21:05 -------
Subject: Re:  ICE in extract_insn, at recog.c:2175


Of course, I should have done it in the first place:

mtodorov@magrf:~/jbigkit/libjbig$ gcc -v
Reading specs from /usr/lib/gcc-lib/x86_64-linux/3.3.5/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc 
--disable-multilib x86_64-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
mtodorov@magrf:~/jbigkit/libjbig$

Mirsad

On Thu, 16 Mar 2006, pinskia at gcc dot gnu dot org wrote:

>
>
> ------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-16 19:09 -------
> Can you give output of "gcc -v"?
> This works just fine with FSF's GCC 3.3.3 and 3.4.0 and 4.1.0.
>
>
> -- 
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26722
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


-- 


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


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

* [Bug target/26722] ICE in extract_insn, at recog.c:2175
  2006-03-16 19:02 [Bug c/26722] New: ICE in extract_insn, at recog.c:2175 mtodorov at alu dot hr
                   ` (3 preceding siblings ...)
  2006-03-16 21:05 ` mtodorov at alu dot hr
@ 2006-03-17  1:03 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-17  1:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-17 01:03 -------
This works for me in 3.3.3 and 3.3.6 so closing as works for me.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
   Target Milestone|---                         |3.3.6


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


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

end of thread, other threads:[~2006-03-17  1:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-16 19:02 [Bug c/26722] New: ICE in extract_insn, at recog.c:2175 mtodorov at alu dot hr
2006-03-16 19:05 ` [Bug c/26722] " mtodorov at alu dot hr
2006-03-16 19:07 ` [Bug target/26722] " pinskia at gcc dot gnu dot org
2006-03-16 19:09 ` pinskia at gcc dot gnu dot org
2006-03-16 21:05 ` mtodorov at alu dot hr
2006-03-17  1:03 ` 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).