public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/11793] [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
@ 2003-08-04 17:57 ` debian-gcc at lists dot debian dot org
  2003-08-04 19:40 ` [Bug target/11793] [3.3.1 " pinskia at physics dot uc dot edu
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-08-04 17:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From debian-gcc at lists dot debian dot org  2003-08-04 17:57 -------
Created an attachment (id=4560)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4560&action=view)
preprocessed source


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

* [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175
@ 2003-08-04 17:57 debian-gcc at lists dot debian dot org
  2003-08-04 17:57 ` [Bug target/11793] " debian-gcc at lists dot debian dot org
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-08-04 17:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3.1/3.4 regression] ICE in extract_insn, at
                    recog.c:2175
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-linux
  GCC host triplet: powerpc-linux
GCC target triplet: powerpc-linux

[forwarded from http://bugs.debian.org/203835]

A regression from 3.3 probably introduced between 20030722 and 20030728. Found
on HEAD CVS 20030531 as well (no newer version at hand).

gcc -O -maltivec -mabi=altivec -c n1fv_9.i
n1fv_9.c: In function `n1fv_9':
n1fv_9.c:128: error: unrecognizable insn:
(insn 2983 1654 1655 2 (nil) (set (reg:V4SF 77 v0)
        (const_vector:V4SF [
                (const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
                (const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
                (const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
                (const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
            ])) -1 (nil)
    (nil))
n1fv_9.c:128: internal compiler error: in extract_insn, at recog.c:2175

The file n1fv_9.i is attached.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
  2003-08-04 17:57 ` [Bug target/11793] " debian-gcc at lists dot debian dot org
@ 2003-08-04 19:40 ` pinskia at physics dot uc dot edu
  2003-09-16 16:23 ` pinskia at gcc dot gnu dot org
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-04 19:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aldyh at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
 GCC target triplet|powerpc-linux               |powerpc-*-*
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-04 19:40:08
               date|                            |
            Summary|[3.3.1/3.4 regression] ICE  |[3.3.1 regression] ICE in
                   |in extract_insn, at         |extract_insn, at
                   |recog.c:2175                |recog.c:2175
   Target Milestone|3.4                         |3.3.2


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-04 19:40 -------
Fixed on the mainline by http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02445.html.
Aldy would you mind asking for this to go into the 3.3 branch after the release of 3.3.1.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
  2003-08-04 17:57 ` [Bug target/11793] " debian-gcc at lists dot debian dot org
  2003-08-04 19:40 ` [Bug target/11793] [3.3.1 " pinskia at physics dot uc dot edu
@ 2003-09-16 16:23 ` pinskia at gcc dot gnu dot org
  2003-09-23 18:23 ` david at avoncliff dot com
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-16 16:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darren at nasoftware dot co
                   |                            |dot uk


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-16 16:02 -------
*** Bug 12303 has been marked as a duplicate of this bug. ***


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2003-09-16 16:23 ` pinskia at gcc dot gnu dot org
@ 2003-09-23 18:23 ` david at avoncliff dot com
  2003-09-29 21:14 ` debian-gcc at lists dot debian dot org
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: david at avoncliff dot com @ 2003-09-23 18:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From david at avoncliff dot com  2003-09-23 17:11 -------
I get the following similar error on i386 setup as cross compile to i386 
I assume it is the same bug, but if not I can submit more info. 
 
/home/david/smart/tools/uClibc/bin/i386-uclibc-gcc -I./include -Wall -Wstrict-prototypes 
-Wshadow -Os -march=i386 -mpreferred-stack-boundary=2 -falign-functions=0 -falign-jumps=0 
-falign-loops=0 -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG     -c -o libbb/dump.o 
libbb/dump.c 
libbb/dump.c: In function `rewrite': 
libbb/dump.c:307: error: unrecognizable insn: 
(insn:HI 1049 918 1050 33 0x402a6e70 (set (reg:CC 17 flags) 
        (compare:CC (const:SI (plus:SI (symbol_ref:SI ("lcc")) 
                    (const_int 1 [0x1]))) 
            (reg/f:SI 110))) -1 (nil) 
    (expr_list:REG_DEAD (reg/f:SI 110) 
        (nil))) 
libbb/dump.c:307: internal compiler error: in extract_insn, at recog.c:2175 
 
notebook:/home/david/smart/busybox-1.00-pre2 # gcc --ver 
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)


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2003-09-23 18:23 ` david at avoncliff dot com
@ 2003-09-29 21:14 ` debian-gcc at lists dot debian dot org
  2003-10-13 20:06 ` debian-gcc at lists dot debian dot org
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-09-29 21:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From debian-gcc at lists dot debian dot org  2003-09-29 20:58 -------
according to Benjamin Herrenschmidt (http://bugs.debian.org/203835),
http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02445.html does fix the ICE on the
mainline.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2003-09-29 21:14 ` debian-gcc at lists dot debian dot org
@ 2003-10-13 20:06 ` debian-gcc at lists dot debian dot org
  2003-10-13 20:13 ` mmitchel at gcc dot gnu dot org
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-10-13 20:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com


------- Additional Comments From debian-gcc at lists dot debian dot org  2003-10-13 20:06 -------
There is a patch for 3.3 at: http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01356.html


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (5 preceding siblings ...)
  2003-10-13 20:06 ` debian-gcc at lists dot debian dot org
@ 2003-10-13 20:13 ` mmitchel at gcc dot gnu dot org
  2003-10-13 21:25 ` debian-gcc at lists dot debian dot org
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-10-13 20:13 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-13 20:13 -------
This patch is OK for GCC 3.3.2.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (6 preceding siblings ...)
  2003-10-13 20:13 ` mmitchel at gcc dot gnu dot org
@ 2003-10-13 21:25 ` debian-gcc at lists dot debian dot org
  2003-10-13 21:34 ` pinskia at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-10-13 21:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From debian-gcc at lists dot debian dot org  2003-10-13 21:25 -------
committed.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (7 preceding siblings ...)
  2003-10-13 21:25 ` debian-gcc at lists dot debian dot org
@ 2003-10-13 21:34 ` pinskia at gcc dot gnu dot org
  2003-10-14 17:56 ` doko at cs dot tu-berlin dot de
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-13 21:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-13 21:34 -------
This one is not fixed by the patch commited, that was a different bug.
The patch for this bug is in <http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02445.html>.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (8 preceding siblings ...)
  2003-10-13 21:34 ` pinskia at gcc dot gnu dot org
@ 2003-10-14 17:56 ` doko at cs dot tu-berlin dot de
  2003-10-16  9:25 ` mmitchel at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: doko at cs dot tu-berlin dot de @ 2003-10-14 17:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From doko at cs dot tu-berlin dot de  2003-10-14 17:56 -------
Subject: Re:  [3.3.1 regression] ICE in extract_insn, at recog.c:2175

pinskia at gcc dot gnu dot org writes:
> This one is not fixed by the patch commited, that was a different bug.
> The patch for this bug is in <http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02445.html>.

this is not enough:

cc  -c   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/config -I../../src/gcc/../include ../../src/gcc/calls.c -o calls.o
../../src/gcc/calls.c: In function `precompute_register_parameters':
../../src/gcc/calls.c:910: warning: implicit declaration of function `easy_vector_constant'
../../src/gcc/calls.c:911: error: syntax error before "args"
../../src/gcc/calls.c: In function `emit_library_call_value_1':
../../src/gcc/calls.c:3660: warning: function `easy_vector_constant' was previously declared within a block
../../src/gcc/calls.c:3661: error: syntax error before "addr"
../../src/gcc/calls.c:3714: warning: function `easy_vector_constant' was previously declared within a block
../../src/gcc/calls.c:3715: error: syntax error before "val"
make[4]: *** [calls.o] Error 1

Looks like part of this is needed:

2003-04-01  Aldy Hernandez  <aldyh@redhat.com>

	[...]
        * config/rs6000/rs6000.c: Remove prototype for
        easy_vector_constant.
        (easy_vector_constant): Add mode parameter.  Rewrite to handle
        more easy constants.
        (rs6000_emit_move): Pass mode to easy_vector_constant.
        Call emit_easy_vector_insn for SPE V2SI vector constant moves.
        (emit_easy_vector_insn): New.
        (easy_vector_same): New.
        (EASY_VECTOR_15): New macro.
        (EASY_VECTOR_15_ADD_SELF): New macro.
        (bdesc_2arg): Rename to xorv2si3.
        (easy_vector_constant_add_self): New.
        (input_operand): Allow vector constants.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (9 preceding siblings ...)
  2003-10-14 17:56 ` doko at cs dot tu-berlin dot de
@ 2003-10-16  9:25 ` mmitchel at gcc dot gnu dot org
  2003-10-27  4:07 ` pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-10-16  9:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.3


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-16 09:25 -------
Postponed until GCC 3.3.3.


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (10 preceding siblings ...)
  2003-10-16  9:25 ` mmitchel at gcc dot gnu dot org
@ 2003-10-27  4:07 ` pinskia at gcc dot gnu dot org
  2003-10-28 15:16 ` pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-27  4:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob at terizla dot org


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-27 03:20 -------
*** Bug 12785 has been marked as a duplicate of this bug. ***


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (11 preceding siblings ...)
  2003-10-27  4:07 ` pinskia at gcc dot gnu dot org
@ 2003-10-28 15:16 ` pinskia at gcc dot gnu dot org
  2003-11-02 19:04 ` falk at debian dot org
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-28 15:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugreports at nn7 dot de


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-28 15:11 -------
*** Bug 12805 has been marked as a duplicate of this bug. ***


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (12 preceding siblings ...)
  2003-10-28 15:16 ` pinskia at gcc dot gnu dot org
@ 2003-11-02 19:04 ` falk at debian dot org
  2003-11-08  8:12 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: falk at debian dot org @ 2003-11-02 19:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeffw at globaldial dot com


------- Additional Comments From falk at debian dot org  2003-11-02 19:04 -------
*** Bug 12878 has been marked as a duplicate of this bug. ***


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (13 preceding siblings ...)
  2003-11-02 19:04 ` falk at debian dot org
@ 2003-11-08  8:12 ` pinskia at gcc dot gnu dot org
  2003-11-28  8:35 ` [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's) pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-08  8:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-08 08:12 -------
*** Bug 12960 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wildfire at progsoc dot org


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


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (14 preceding siblings ...)
  2003-11-08  8:12 ` pinskia at gcc dot gnu dot org
@ 2003-11-28  8:35 ` pinskia at gcc dot gnu dot org
  2003-12-02  0:40 ` zack at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-28  8:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


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


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (15 preceding siblings ...)
  2003-11-28  8:35 ` [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's) pinskia at gcc dot gnu dot org
@ 2003-12-02  0:40 ` zack at gcc dot gnu dot org
  2003-12-19  1:27 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: zack at gcc dot gnu dot org @ 2003-12-02  0:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at gcc dot gnu dot org  2003-12-02 00:40 -------
Aldy, please submit a patch for 3.3.

-- 


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


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (16 preceding siblings ...)
  2003-12-02  0:40 ` zack at gcc dot gnu dot org
@ 2003-12-19  1:27 ` pinskia at gcc dot gnu dot org
  2003-12-19  1:28 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19  1:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-19 01:19 -------
*** Bug 13436 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel at ruoso dot com


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


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (17 preceding siblings ...)
  2003-12-19  1:27 ` pinskia at gcc dot gnu dot org
@ 2003-12-19  1:28 ` pinskia at gcc dot gnu dot org
  2003-12-20 20:17 ` daniel at ruoso dot com
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19  1:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-19 01:19 -------
Aldy could you back port the fixes, this is one of the most reported bugs now.

-- 


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


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

* [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (18 preceding siblings ...)
  2003-12-19  1:28 ` pinskia at gcc dot gnu dot org
@ 2003-12-20 20:17 ` daniel at ruoso dot com
  2004-01-03 18:38 ` [Bug target/11793] [3.3 " pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: daniel at ruoso dot com @ 2003-12-20 20:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From daniel at ruoso dot com  2003-12-20 19:30 -------
Hmmm.. this bug applies to 3.3.3 also, not only to 3.3.1 as described in the
bug... I got this error with gcc 3.3.3.

-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (19 preceding siblings ...)
  2003-12-20 20:17 ` daniel at ruoso dot com
@ 2004-01-03 18:38 ` pinskia at gcc dot gnu dot org
  2004-01-08 23:20 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-03 18:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-03 18:38 -------
*** Bug 13556 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at kde dot org


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (20 preceding siblings ...)
  2004-01-03 18:38 ` [Bug target/11793] [3.3 " pinskia at gcc dot gnu dot org
@ 2004-01-08 23:20 ` pinskia at gcc dot gnu dot org
  2004-01-14  8:18 ` gdr at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-08 23:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-08 23:20 -------
*** Bug 13619 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (21 preceding siblings ...)
  2004-01-08 23:20 ` pinskia at gcc dot gnu dot org
@ 2004-01-14  8:18 ` gdr at gcc dot gnu dot org
  2004-01-15  5:05 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-01-14  8:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2004-01-14 08:18 -------
(In reply to comment #16)
> Aldy, please submit a patch for 3.3.

Aldy, would you have a chance to submit a backport for 3.3.x?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at redhat dot com


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (22 preceding siblings ...)
  2004-01-14  8:18 ` gdr at gcc dot gnu dot org
@ 2004-01-15  5:05 ` pinskia at gcc dot gnu dot org
  2004-01-15 16:31 ` segher at kernel dot crashing dot org
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-15  5:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-15 05:05 -------
*** Bug 13694 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arysin at bcsii dot net


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (23 preceding siblings ...)
  2004-01-15  5:05 ` pinskia at gcc dot gnu dot org
@ 2004-01-15 16:31 ` segher at kernel dot crashing dot org
  2004-01-15 20:00 ` arysin at bcsii dot net
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: segher at kernel dot crashing dot org @ 2004-01-15 16:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From segher at kernel dot crashing dot org  2004-01-15 16:31 -------
This is a dup of 11092, which has not yet been fixed
on the 3.3 branch.  I verified the patch there works
fine, though.

-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (24 preceding siblings ...)
  2004-01-15 16:31 ` segher at kernel dot crashing dot org
@ 2004-01-15 20:00 ` arysin at bcsii dot net
  2004-01-15 20:04 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: arysin at bcsii dot net @ 2004-01-15 20:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From arysin at bcsii dot net  2004-01-15 20:00 -------
I don't know if it's the same bug, but I just tried snapshot from gcc-3.4:
gcc -v
Reading specs from /usr/local/lib/gcc/powerpc-unknown-linux-gnu/3.4.0/specs
Configured with: ../gcc-3.4-20040114/configure --enable-altivec
Thread model: posix
gcc version 3.4.0 20040114 (experimental)

and got ICE compiling ffmpeg like this:

gcc -Wall  -maltivec -mabi=altivec -g -O3 -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o
ppc/idct_altivec.o ppc/idct_altivec.c
ppc/mpegvideo_altivec.c: In function `dct_quantize_altivec':
ppc/mpegvideo_altivec.c:165: internal compiler error: in
add_location_or_const_value_attribute, at dwarf2out.c:9513
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (25 preceding siblings ...)
  2004-01-15 20:00 ` arysin at bcsii dot net
@ 2004-01-15 20:04 ` pinskia at gcc dot gnu dot org
  2004-01-16 15:05 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-15 20:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-15 20:04 -------
Note the ICE in dwarf-2 for 3.4 is PR11983.

-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (26 preceding siblings ...)
  2004-01-15 20:04 ` pinskia at gcc dot gnu dot org
@ 2004-01-16 15:05 ` cvs-commit at gcc dot gnu dot org
  2004-01-16 16:16 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-16 15:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-16 15:05 -------
Subject: Bug 11793

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	hpenner@gcc.gnu.org	2004-01-16 15:05:37

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: rs6000.h 

Log message:
	PR target/11793
	* config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Handle
	vectors.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.884&r2=1.16114.2.885
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.237.2.8&r2=1.237.2.9



-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (27 preceding siblings ...)
  2004-01-16 15:05 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-16 16:16 ` pinskia at gcc dot gnu dot org
  2004-02-25 22:34 ` megumi dot kido-doty at NCR dot com
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-16 16:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-16 16:16 -------
Fixed for 3.3.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (28 preceding siblings ...)
  2004-01-16 16:16 ` pinskia at gcc dot gnu dot org
@ 2004-02-25 22:34 ` megumi dot kido-doty at NCR dot com
  2004-03-13  9:23 ` amodra at bigpond dot net dot au
  2004-11-19 18:49 ` oliver_stieber at yahoo dot co dot uk
  31 siblings, 0 replies; 33+ messages in thread
From: megumi dot kido-doty at NCR dot com @ 2004-02-25 22:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From megumi dot kido-doty at NCR dot com  2004-02-25 22:33 -------
I installed gcc-3.3.3 on Red Hat Enterprise Linux AS release 3 (Taroon)
Kernel 2.4.21-4.ELsmp on an x86_64, Opteron. But I still get this error: 

tmdiff.c: In function `ms_time_cmp':
tmdiff.c:248: error: unrecognizable insn:
(insn:HI 90 89 58 2 0x2a97a3f360 (set (reg/v:SI 64)
        (plus:SI (mult:SI (reg/v:SI 64)
                (const_int 2 [0x2]))
            (const_int -1 [0xffffffffffffffff]))) -1 (insn_list 89 (nil))
    (nil))
tmdiff.c:248: internal compiler error: in extract_insn, at recog.c:2175

[root@putopt1 gcc3.3.3]# gcc --version
gcc (GCC) 3.3.3
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@putopt1 gcc3.3.3]# gcc -v
Reading specs from /usr/local/lib/gcc-lib/x86_64-unknown-linux-gnu/3.3.3/specs
Configured with: /Meg/gcc-3.3.3/configure 
Thread model: posix
gcc version 3.3.3






-- 


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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (29 preceding siblings ...)
  2004-02-25 22:34 ` megumi dot kido-doty at NCR dot com
@ 2004-03-13  9:23 ` amodra at bigpond dot net dot au
  2004-11-19 18:49 ` oliver_stieber at yahoo dot co dot uk
  31 siblings, 0 replies; 33+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-03-13  9:23 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 11793 depends on bug 11983, which changed state.

Bug 11983 Summary: [3.3 Regression] ICE in dwarf-2 on code using altivec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11983

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
  2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
                   ` (30 preceding siblings ...)
  2004-03-13  9:23 ` amodra at bigpond dot net dot au
@ 2004-11-19 18:49 ` oliver_stieber at yahoo dot co dot uk
  31 siblings, 0 replies; 33+ messages in thread
From: oliver_stieber at yahoo dot co dot uk @ 2004-11-19 18:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oliver_stieber at yahoo dot co dot uk  2004-11-19 18:49 -------
Still getting error with 3.3.4 compiling glibc. 
r/tmp/portage/glibc-2.3.4.20041021/work/build-i686-pc-linux-gnu-nptl/math/s_logb 
.o 
) [2 S8 A64]))) -1 (nil) 
    (expr_list:REG_EQUAL (const_double:DF -2089430000 [0x8375d410] 
1.02703333676 
410069053019924467662349343299865723e+0 [0x0.8375d410a6db48p+1]) 
        (nil))) 
../sysdeps/ieee754/dbl-64/s_erf.c:303: internal compiler error: in 
extract_insn, 
 at recog.c:2175 
 

-- 


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


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

end of thread, other threads:[~2004-11-19 18:49 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-04 17:57 [Bug target/11793] New: [3.3.1/3.4 regression] ICE in extract_insn, at recog.c:2175 debian-gcc at lists dot debian dot org
2003-08-04 17:57 ` [Bug target/11793] " debian-gcc at lists dot debian dot org
2003-08-04 19:40 ` [Bug target/11793] [3.3.1 " pinskia at physics dot uc dot edu
2003-09-16 16:23 ` pinskia at gcc dot gnu dot org
2003-09-23 18:23 ` david at avoncliff dot com
2003-09-29 21:14 ` debian-gcc at lists dot debian dot org
2003-10-13 20:06 ` debian-gcc at lists dot debian dot org
2003-10-13 20:13 ` mmitchel at gcc dot gnu dot org
2003-10-13 21:25 ` debian-gcc at lists dot debian dot org
2003-10-13 21:34 ` pinskia at gcc dot gnu dot org
2003-10-14 17:56 ` doko at cs dot tu-berlin dot de
2003-10-16  9:25 ` mmitchel at gcc dot gnu dot org
2003-10-27  4:07 ` pinskia at gcc dot gnu dot org
2003-10-28 15:16 ` pinskia at gcc dot gnu dot org
2003-11-02 19:04 ` falk at debian dot org
2003-11-08  8:12 ` pinskia at gcc dot gnu dot org
2003-11-28  8:35 ` [Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's) pinskia at gcc dot gnu dot org
2003-12-02  0:40 ` zack at gcc dot gnu dot org
2003-12-19  1:27 ` pinskia at gcc dot gnu dot org
2003-12-19  1:28 ` pinskia at gcc dot gnu dot org
2003-12-20 20:17 ` daniel at ruoso dot com
2004-01-03 18:38 ` [Bug target/11793] [3.3 " pinskia at gcc dot gnu dot org
2004-01-08 23:20 ` pinskia at gcc dot gnu dot org
2004-01-14  8:18 ` gdr at gcc dot gnu dot org
2004-01-15  5:05 ` pinskia at gcc dot gnu dot org
2004-01-15 16:31 ` segher at kernel dot crashing dot org
2004-01-15 20:00 ` arysin at bcsii dot net
2004-01-15 20:04 ` pinskia at gcc dot gnu dot org
2004-01-16 15:05 ` cvs-commit at gcc dot gnu dot org
2004-01-16 16:16 ` pinskia at gcc dot gnu dot org
2004-02-25 22:34 ` megumi dot kido-doty at NCR dot com
2004-03-13  9:23 ` amodra at bigpond dot net dot au
2004-11-19 18:49 ` oliver_stieber at yahoo dot co dot uk

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).