public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39431]  New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093
@ 2009-03-11 14:07 doko at ubuntu dot com
  2009-03-11 14:08 ` [Bug target/39431] " doko at ubuntu dot com
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: doko at ubuntu dot com @ 2009-03-11 14:07 UTC (permalink / raw)
  To: gcc-bugs

seen when building the OpenJDK Zero port on ix86:

works when using -march=i486 instead of -march=i585.

$ g++-4.2 -c -march=i586 -g -O3 -fPIC -c jvm.ii
$ g++-4.3 -c -march=i586 -g -O3 -fPIC -c jvm.ii 
/scratch/packages/openjdk/u/openjdk-6-6b14-1.4.1/build-zero/openjdk/hotspot/src/share/vm/prims/jvm.cpp:
In function 'jboolean JVM_CX8Field(JNIEnv*, _jobject*, _jfieldID*, jlong,
jlong)':
/scratch/packages/openjdk/u/openjdk-6-6b14-1.4.1/build-zero/openjdk/hotspot/src/share/vm/prims/jvm.cpp:4206:
error: unable to find a register to spill in class 'GENERAL_REGS'
/scratch/packages/openjdk/u/openjdk-6-6b14-1.4.1/build-zero/openjdk/hotspot/src/share/vm/prims/jvm.cpp:4206:
error: this is the insn:
(insn:HI 71 68 72 11
/scratch/packages/openjdk/u/openjdk-6-6b14-1.4.1/build-zero/openjdk/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:295
(parallel [
            (set (reg:DI 65 [ D.129908 ])
                (mem/v:DI (plus:SI (reg/f:SI 58 [ prephitmp.14780 ])
                        (reg/v/f:SI 71 [ fid ])) [-1 S8 A64]))
            (set (mem/v:DI (plus:SI (reg/f:SI 58 [ prephitmp.14780 ])
                        (reg/v/f:SI 71 [ fid ])) [-1 S8 A64])
                (unspec_volatile:DI [
                        (mem/v:DI (plus:SI (reg/f:SI 58 [ prephitmp.14780 ])
                                (reg/v/f:SI 71 [ fid ])) [-1 S8 A64])
                        (reg/v:DI 72 [ oldVal ])
                        (reg:SI 101 [ newVal ])
                        (reg:SI 102 [ newVal+4 ])
                    ] 10))
            (clobber (reg:CC 17 flags))
        ]) 1507 {*sync_double_compare_and_swapdi_pic} (expr_list:REG_DEAD
(reg:SI 102 [ newVal+4 ])
        (expr_list:REG_DEAD (reg:SI 101 [ newVal ])
            (expr_list:REG_DEAD (reg/v/f:SI 71 [ fid ])
                (expr_list:REG_DEAD (reg/f:SI 58 [ prephitmp.14780 ])
                    (expr_list:REG_UNUSED (reg:CC 17 flags)
                        (nil)))))))


-- 
           Summary: [4.3/4.4 regression ICE in spill_failure, at
                    reload1.c:2093
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: doko at ubuntu dot com
  GCC host triplet: i486-linux-gnu


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


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

* [Bug target/39431] [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
@ 2009-03-11 14:08 ` doko at ubuntu dot com
  2009-03-11 14:10 ` doko at ubuntu dot com
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: doko at ubuntu dot com @ 2009-03-11 14:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from doko at ubuntu dot com  2009-03-11 14:07 -------
Created an attachment (id=17437)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17437&action=view)
preprocessed source


-- 


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


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

* [Bug target/39431] [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
  2009-03-11 14:08 ` [Bug target/39431] " doko at ubuntu dot com
@ 2009-03-11 14:10 ` doko at ubuntu dot com
  2009-03-11 17:03 ` [Bug target/39431] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: doko at ubuntu dot com @ 2009-03-11 14:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from doko at ubuntu dot com  2009-03-11 14:09 -------
tested 4.3.4 SVN 20090301 and 4.4.0 SVN 20090225.


-- 


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
  2009-03-11 14:08 ` [Bug target/39431] " doko at ubuntu dot com
  2009-03-11 14:10 ` doko at ubuntu dot com
@ 2009-03-11 17:03 ` rguenth at gcc dot gnu dot org
  2009-03-11 17:51 ` hjl dot tools at gmail dot com
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-11 17:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.3/4.4 regression ICE in  |[4.3/4.4 Regression] ICE in
                   |spill_failure, at           |spill_failure, at
                   |reload1.c:2093              |reload1.c:2093
   Target Milestone|---                         |4.3.4


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2009-03-11 17:03 ` [Bug target/39431] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
@ 2009-03-11 17:51 ` hjl dot tools at gmail dot com
  2009-03-11 18:53 ` ubizjak at gmail dot com
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-11 17:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-03-11 17:50 -------
This bug is introduced by revision 128012:

http://gcc.gnu.org/ml/gcc-cvs/2007-09/msg00006.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-11 17:50:57
               date|                            |


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (3 preceding siblings ...)
  2009-03-11 17:51 ` hjl dot tools at gmail dot com
@ 2009-03-11 18:53 ` ubizjak at gmail dot com
  2009-03-11 20:52 ` rguenth at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-03-11 18:53 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]



------- Comment #4 from ubizjak at gmail dot com  2009-03-11 18:53 -------
This is actually a general reload problem that will be more and more visible,
as register pressure goes up due to increased register life times (due to other
optimization passes).

Search for "spill" in the bugzilla returns 20 bugs, where 14 bugs are
describing similar failure:

PR 12958 Spill failure when compiling FLAC
PR 16185 ICE: in spill_failure, at reload1.c:1892, global register...
PR 9085  Unable to find register to spill when optimizing
PR 32647 spill failures with hard-register variable
PR 35135 unable to find a register to spill in class ‘GENERAL_REGS...
PR 35664 unable to find a register to spill in class 'FP_REGS' (sp...
PR 36680 ICE in spill_failure, reload1.c:1995
PR 38403 unable to find a register to spill in class ‘CREG’ with -...
PR 38900 unable to find a register to spill
PR 39212 ice for AVR target: unable to find a register to spill in...
PR 39431 [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
PR 38621 [4.3/4.4 Regression] sh gcc unable to spill register when...
PR 24319 [4.2/4.3/4.4 regression] amd64 register spill error with ...
PR 31786 [4.2/4.3/4.4 Regression][avr] error: unable to find a reg... 


-- 


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (4 preceding siblings ...)
  2009-03-11 18:53 ` ubizjak at gmail dot com
@ 2009-03-11 20:52 ` rguenth at gcc dot gnu dot org
  2009-03-11 21:09 ` jakub at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-11 20:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-03-11 20:51 -------
Well, certainlu with i?86 and -fPIC there are not many registers available.
Using -fomit-frame-pointer may "fix" this issue in this particular case.


-- 


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (5 preceding siblings ...)
  2009-03-11 20:52 ` rguenth at gcc dot gnu dot org
@ 2009-03-11 21:09 ` jakub at gcc dot gnu dot org
  2009-03-11 21:52 ` rguenth at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-11 21:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2009-03-11 21:09 -------
Yeah, sync_double_compare_and_swapdi_pic and
sync_double_compare_and_swap_ccdi_pic insns are a little bit register hungry,
they need %eax, %edx, %ecx and one of %esi or %edi.  %ebx is reserved for PIC
pointer, without -fomit-frame-pointer %ebp is reserved as well, %esp is
reserved, so only one of %esi and %edi is left for other stuff.


-- 


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (6 preceding siblings ...)
  2009-03-11 21:09 ` jakub at gcc dot gnu dot org
@ 2009-03-11 21:52 ` rguenth at gcc dot gnu dot org
  2009-03-11 23:24 ` jakub at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-11 21:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (7 preceding siblings ...)
  2009-03-11 21:52 ` rguenth at gcc dot gnu dot org
@ 2009-03-11 23:24 ` jakub at gcc dot gnu dot org
  2009-03-12  9:56 ` jakub at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-11 23:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2009-03-11 23:24 -------
The problem is that the memory_operand in the insns also needs registers, and
as the insn before RA has (mem:DI (plus:SI (reg:SI reg1) (reg:SI reg2))), it
needs
2 registers, not just one or zero.  And that is already one too much.  I'd say
we need to handle only a subset of valid memory_operand operands in these 2
patterns, those that need zero or one register.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-03-11 17:50:57         |2009-03-11 23:24:02
               date|                            |


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (8 preceding siblings ...)
  2009-03-11 23:24 ` jakub at gcc dot gnu dot org
@ 2009-03-12  9:56 ` jakub at gcc dot gnu dot org
  2009-03-12 20:46 ` jakub at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-12  9:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jakub at gcc dot gnu dot org  2009-03-12 09:56 -------
Created an attachment (id=17446)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17446&action=view)
gcc44-pr39431.patch

Patch I'm bootstrapping/regtesting ATM.


-- 


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


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

* [Bug target/39431] [4.3/4.4 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (9 preceding siblings ...)
  2009-03-12  9:56 ` jakub at gcc dot gnu dot org
@ 2009-03-12 20:46 ` jakub at gcc dot gnu dot org
  2009-03-12 20:47 ` [Bug target/39431] [4.3 " jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-12 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jakub at gcc dot gnu dot org  2009-03-12 20:46 -------
Subject: Bug 39431

Author: jakub
Date: Thu Mar 12 20:45:39 2009
New Revision: 144825

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144825
Log:
        PR target/39431
        * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
        predicate.
        * config/i386/sync.md (sync_compare_and_swap<mode>,
        sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
        if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
        into a register.
        (sync_double_compare_and_swapdi_pic,
        sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
        cmpxchg8b_pic_memory_operand instead of just memory_operand.

        * gcc.target/i386/pr39431.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr39431.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/predicates.md
    trunk/gcc/config/i386/sync.md
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (10 preceding siblings ...)
  2009-03-12 20:46 ` jakub at gcc dot gnu dot org
@ 2009-03-12 20:47 ` jakub at gcc dot gnu dot org
  2009-03-12 23:02 ` doko at ubuntu dot com
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-12 20:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jakub at gcc dot gnu dot org  2009-03-12 20:47 -------
Fixed on the trunk so far.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.3.4 4.4.0                 |4.3.4
      Known to work|4.2.4                       |4.2.4 4.4.0
            Summary|[4.3/4.4 Regression] ICE in |[4.3 Regression] ICE in
                   |spill_failure, at           |spill_failure, at
                   |reload1.c:2093              |reload1.c:2093


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (11 preceding siblings ...)
  2009-03-12 20:47 ` [Bug target/39431] [4.3 " jakub at gcc dot gnu dot org
@ 2009-03-12 23:02 ` doko at ubuntu dot com
  2009-03-12 23:11 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: doko at ubuntu dot com @ 2009-03-12 23:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from doko at ubuntu dot com  2009-03-12 23:02 -------
applied to the 4.3 branch it fixes the problem; no regressions in the testsuite
for a biarch build on i486-linux-gnu with --enable-languages=c,c++


-- 


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (12 preceding siblings ...)
  2009-03-12 23:02 ` doko at ubuntu dot com
@ 2009-03-12 23:11 ` jakub at gcc dot gnu dot org
  2009-03-13  7:29 ` bonzini at gnu dot org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-12 23:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|jakub at gcc dot gnu dot org|unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (13 preceding siblings ...)
  2009-03-12 23:11 ` jakub at gcc dot gnu dot org
@ 2009-03-13  7:29 ` bonzini at gnu dot org
  2009-03-13  7:32 ` bonzini at gnu dot org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: bonzini at gnu dot org @ 2009-03-13  7:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from bonzini at gnu dot org  2009-03-13 07:28 -------
I think you need a matching memory constraint instead of just "m" or the bug
might resurface.

(define_memory_constraint "H"
  "@internal"
  (match_test "cmpxchg8b_memory_operand (op, GET_MODE (op))")


-- 


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (14 preceding siblings ...)
  2009-03-13  7:29 ` bonzini at gnu dot org
@ 2009-03-13  7:32 ` bonzini at gnu dot org
  2009-08-04 12:48 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
  17 siblings, 0 replies; 20+ messages in thread
From: bonzini at gnu dot org @ 2009-03-13  7:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from bonzini at gnu dot org  2009-03-13 07:32 -------
Nevermind.


-- 


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (15 preceding siblings ...)
  2009-03-13  7:32 ` bonzini at gnu dot org
@ 2009-08-04 12:48 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
  17 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from rguenth at gcc dot gnu dot org  2009-08-04 12:29 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
  2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
                   ` (16 preceding siblings ...)
  2009-08-04 12:48 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
  17 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from rguenth at gcc dot gnu dot org  2010-05-22 18:13 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

* [Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093
       [not found] <bug-39431-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 11:58 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|                            |
         Resolution|                            |FIXED
   Target Milestone|4.3.6                       |4.4.0

--- Comment #16 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 11:49:36 UTC ---
Fixed for 4.4.0.


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

end of thread, other threads:[~2011-06-27 11:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-11 14:07 [Bug target/39431] New: [4.3/4.4 regression ICE in spill_failure, at reload1.c:2093 doko at ubuntu dot com
2009-03-11 14:08 ` [Bug target/39431] " doko at ubuntu dot com
2009-03-11 14:10 ` doko at ubuntu dot com
2009-03-11 17:03 ` [Bug target/39431] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
2009-03-11 17:51 ` hjl dot tools at gmail dot com
2009-03-11 18:53 ` ubizjak at gmail dot com
2009-03-11 20:52 ` rguenth at gcc dot gnu dot org
2009-03-11 21:09 ` jakub at gcc dot gnu dot org
2009-03-11 21:52 ` rguenth at gcc dot gnu dot org
2009-03-11 23:24 ` jakub at gcc dot gnu dot org
2009-03-12  9:56 ` jakub at gcc dot gnu dot org
2009-03-12 20:46 ` jakub at gcc dot gnu dot org
2009-03-12 20:47 ` [Bug target/39431] [4.3 " jakub at gcc dot gnu dot org
2009-03-12 23:02 ` doko at ubuntu dot com
2009-03-12 23:11 ` jakub at gcc dot gnu dot org
2009-03-13  7:29 ` bonzini at gnu dot org
2009-03-13  7:32 ` bonzini at gnu dot org
2009-08-04 12:48 ` rguenth at gcc dot gnu dot org
2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
     [not found] <bug-39431-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 11:58 ` rguenth at gcc dot gnu.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).