public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/34226]  New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
@ 2007-11-25 14:26 rask at gcc dot gnu dot org
  2007-11-25 17:27 ` [Bug target/34226] " rguenth at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-11-25 14:26 UTC (permalink / raw)
  To: gcc-bugs

$ echo 'int main (int argc, char *argv[]) { return 0; }' >/tmp/test.c
$ ./xgcc -B./ /tmp/test.c -S -o /dev/null
/tmp/test.c:1: internal compiler error: in default_secondary_reload, at
targhooks.c:612
Please submit a full bug report,
...
This happens with revision 130402. Revision 129967 worked. Configure flags:
--target frv-unknown-elf --enable-checking=yes,rtl --with-newlib --enable-sim
--disable-gdb --disable-nls


-- 
           Summary: [4.3 Regression][frv] ICE in default_secondary_reload,
                    at targhooks.c:612
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rask at gcc dot gnu dot org
GCC target triplet: frv-unknown-elf


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


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

* [Bug target/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
@ 2007-11-25 17:27 ` rguenth at gcc dot gnu dot org
  2007-11-25 19:30 ` pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-11-25 17:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-11-25 17:27 -------
Looks like a possible bug in the .md:

          gcc_assert (insn_data[(int) icode].n_operands == 3);

but more information would be appreciated here.


-- 


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


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

* [Bug target/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
  2007-11-25 17:27 ` [Bug target/34226] " rguenth at gcc dot gnu dot org
@ 2007-11-25 19:30 ` pinskia at gcc dot gnu dot org
  2007-11-26 13:32 ` steven at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-11-25 19:30 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug target/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
  2007-11-25 17:27 ` [Bug target/34226] " rguenth at gcc dot gnu dot org
  2007-11-25 19:30 ` pinskia at gcc dot gnu dot org
@ 2007-11-26 13:32 ` steven at gcc dot gnu dot org
  2007-11-26 17:28 ` [Bug middle-end/34226] " rask at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-11-26 13:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from steven at gcc dot gnu dot org  2007-11-26 13:31 -------
Note, it is only a regression if it worked in a previous _released_ version of
GCC.  You have not filled out the "known-to-..."-fields.  Did this work in
earlier releases?


-- 


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-11-26 13:32 ` steven at gcc dot gnu dot org
@ 2007-11-26 17:28 ` rask at gcc dot gnu dot org
  2007-11-26 17:31 ` steven at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-11-26 17:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rask at gcc dot gnu dot org  2007-11-26 17:27 -------
This seems to have started with revision 130333, but I don't think that change
is to blame:

(gdb) bt
#0  frv_secondary_reload_class (class=ICC_REGS, mode=BImode, x=0x2b0f0ec48d80,
in_p=0) at /n/12/rask/src/all/gcc/config/frv/frv.c:6347
#1  0x000000000073430a in default_secondary_reload (in_p=0 '\0',
x=0x2b0f0ec48d80, reload_class=GPR_REGS, reload_mode=BImode,
sri=0x7fff9c430880)
    at /n/12/rask/src/all/gcc/targhooks.c:595
#2  0x00000000006bca5c in secondary_reload_class (in_p=1 '\001',
class=GPR_REGS, mode=VOIDmode, x=0x7) at /n/12/rask/src/all/gcc/reload.c:525
#3  0x00000000006aa82f in init_regs () at
/n/12/rask/src/all/gcc/regclass.c:1285
#4  0x0000000000737032 in backend_init_target () at
/n/12/rask/src/all/gcc/toplev.c:2040
#5  0x000000000073751a in toplev_main (argc=<value optimized out>, argv=<value
optimized out>) at /n/12/rask/src/all/gcc/toplev.c:2086
#6  0x00002b0f0ea1d4ca in __libc_start_main () from /lib/libc.so.6
#7  0x0000000000403c2a in _start () at ../sysdeps/x86_64/elf/start.S:113
(gdb) fin
Run till exit from #0  frv_secondary_reload_class (class=ICC_REGS, mode=BImode,
x=0x2b0f0ec48d80, in_p=0) at /n/12/rask/src/all/gcc/config/frv/frv.c:6347
default_secondary_reload (in_p=0 '\0', x=0x2b0f0ec48d80, reload_class=GPR_REGS,
reload_mode=BImode, sri=0x7fff9c430880)
    at /n/12/rask/src/all/gcc/targhooks.c:597
Value returned is $16 = GPR_REGS

The next few lines of code read:
  if (class != NO_REGS)
    {
      enum insn_code icode = (in_p ? reload_in_optab[(int) reload_mode]
                              : reload_out_optab[(int) reload_mode]);

(gdb) print icode
$19 = 0
(gdb) print insn_data[0]->name
$20 = 0xb8e5ba "*movqi_load"
(gdb) print insn_data[0]->n_operands
$21 = 2 '\002'

   I.e. we get the wrong icode.

(gdb) print reload_in_optab
$22 = {0 <repeats 45 times>}
(gdb) print reload_out
$23 = {0 <repeats 45 times>}

   I would have expected a default of CODE_FOR_nothing, not 0. I think this is
a problem with the new lazy optab initialization. We now call
backend_init_target() and init_regs() before calling init_optabs().


-- 

rask at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |middle-end


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-11-26 17:28 ` [Bug middle-end/34226] " rask at gcc dot gnu dot org
@ 2007-11-26 17:31 ` steven at gcc dot gnu dot org
  2007-11-26 18:14 ` rask at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-11-26 17:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-11-26 17:31:08
               date|                            |


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-11-26 17:31 ` steven at gcc dot gnu dot org
@ 2007-11-26 18:14 ` rask at gcc dot gnu dot org
  2007-11-27 13:38 ` rask at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-11-26 18:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rask at gcc dot gnu dot org  2007-11-26 18:14 -------
Created an attachment (id=14643)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14643&action=view)
patch v1

This patch makes the ICE go away.


-- 


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-11-26 18:14 ` rask at gcc dot gnu dot org
@ 2007-11-27 13:38 ` rask at gcc dot gnu dot org
  2007-11-27 22:22 ` mmitchel at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-11-27 13:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

rask at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rask at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
      Known to fail|                            |4.3.0
      Known to work|                            |4.2.2
   Last reconfirmed|2007-11-26 17:31:08         |2007-11-27 13:38:08
               date|                            |


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-11-27 13:38 ` rask at gcc dot gnu dot org
@ 2007-11-27 22:22 ` mmitchel at gcc dot gnu dot org
  2007-12-01 22:40 ` rask at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-11-27 22:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2007-11-27 22:22 -------
FRV is not a primary or secondary platform.  Is there a test-case for this on
another platform?


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-11-27 22:22 ` mmitchel at gcc dot gnu dot org
@ 2007-12-01 22:40 ` rask at gcc dot gnu dot org
  2007-12-16 12:55 ` rask at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-12-01 22:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rask at gcc dot gnu dot org  2007-12-01 22:39 -------
Created an attachment (id=14678)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14678&action=view)
patch v2

The first patch caused build failure on sh and arm, this one fixes that.


-- 

rask at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14643|0                           |1
        is obsolete|                            |


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2007-12-01 22:40 ` rask at gcc dot gnu dot org
@ 2007-12-16 12:55 ` rask at gcc dot gnu dot org
  2007-12-16 13:00 ` pinskia at gmail dot com
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-12-16 12:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rask at gcc dot gnu dot org  2007-12-16 12:55 -------
It's the dataflow merge (125624) that broke it. Revision 125623 with 130333 on
top is fine, but 125624 with 125851 (so it builds) and 130333 on top fails.
The patch in comment #6 has one testsuite regression on arm-unknown-elf:
FAIL: gcc.dg/struct/wo_prof_malloc_size_var.c (internal compiler error)
FAIL: gcc.dg/struct/wo_prof_malloc_size_var.c (test for excess errors)


-- 


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2007-12-16 12:55 ` rask at gcc dot gnu dot org
@ 2007-12-16 13:00 ` pinskia at gmail dot com
  2007-12-16 13:39 ` rask at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gmail dot com @ 2007-12-16 13:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gmail dot com  2007-12-16 13:00 -------
Subject: Re:  [4.3 Regression][frv] ICE in default_secondary_reload, at
targhooks.c:612

On 16 Dec 2007 12:55:21 -0000, rask at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> The patch in comment #6 has one testsuite regression on arm-unknown-elf:
> FAIL: gcc.dg/struct/wo_prof_malloc_size_var.c (internal compiler error)
> FAIL: gcc.dg/struct/wo_prof_malloc_size_var.c (test for excess errors)

That is not a regression ....  Just an already existing failure.

-- Pinski


-- 


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2007-12-16 13:00 ` pinskia at gmail dot com
@ 2007-12-16 13:39 ` rask at gcc dot gnu dot org
  2007-12-16 15:18 ` rask at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-12-16 13:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rask at gcc dot gnu dot org  2007-12-16 13:39 -------
> That is not a regression ....  Just an already existing failure.

Unmodified trunk revision 130944 doesn't have it:
diff -u build/arm-unknown-elf-results-unpatched/summary
build/arm-unknown-elf-results-patched/summary
--- build/arm-unknown-elf-results-unpatched/summary     2007-12-15
02:26:10.000000000 +0100
+++ build/arm-unknown-elf-results-patched/summary       2007-12-16
04:17:59.000000000 +0100
@@ -17,6 +17,9 @@
 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized "nasty_local" 0
 FAIL: gcc.dg/pr30957-1.c scan-rtl-dump loop2_unroll "Expanding Accumulator"
 FAIL: gcc.dg/var-expand1.c scan-rtl-dump loop2_unroll "Expanding Accumulator"
+FAIL: gcc.dg/struct/wo_prof_malloc_size_var.c (internal compiler error)
+FAIL: gcc.dg/struct/wo_prof_malloc_size_var.c (test for excess errors)
+UNRESOLVED: gcc.dg/struct/wo_prof_malloc_size_var.c compilation failed to
produce executable
 FAIL: gcc.dg/struct/wo_prof_single_str_global.c execution test
 FAIL: gcc.dg/struct/wo_prof_single_str_local.c execution test
 FAIL: gcc.dg/struct/wo_prof_single_str_pointer.c execution test


-- 


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


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

* [Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2007-12-16 13:39 ` rask at gcc dot gnu dot org
@ 2007-12-16 15:18 ` rask at gcc dot gnu dot org
  2008-03-15  0:44 ` [Bug middle-end/34226] [4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-12-16 15:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rask at gcc dot gnu dot org  2007-12-16 15:18 -------
> That is not a regression ....  Just an already existing failure.
OK, looks like an intermittent failure which happens about one out of four
times.


-- 


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


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

* [Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2007-12-16 15:18 ` rask at gcc dot gnu dot org
@ 2008-03-15  0:44 ` jsm28 at gcc dot gnu dot org
  2008-03-28 17:35 ` mstein dot lists at googlemail dot com
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-03-15  0:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jsm28 at gcc dot gnu dot org  2008-03-15 00:42 -------
Update milestone after 4.3.0 release.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.0                       |4.3.1


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


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

* [Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2008-03-15  0:44 ` [Bug middle-end/34226] [4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2008-03-28 17:35 ` mstein dot lists at googlemail dot com
  2008-04-25 20:47 ` bunk at stusta dot de
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mstein dot lists at googlemail dot com @ 2008-03-28 17:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from mstein dot lists at googlemail dot com  2008-03-28 17:34 -------
A simple
'int main (int argc, char *argv[]) { return 0; }'
still fails with "error: in default_secondary_reload, at
targhooks.c:612" in rev. 133684 (trunk).




-- 

mstein dot lists at googlemail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mstein dot lists at
                   |                            |googlemail dot com, aoliva
                   |                            |at gcc dot gnu dot org,
                   |                            |aldyh at redhat dot com


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


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

* [Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2008-03-28 17:35 ` mstein dot lists at googlemail dot com
@ 2008-04-25 20:47 ` bunk at stusta dot de
  2008-06-06 15:01 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: bunk at stusta dot de @ 2008-04-25 20:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from bunk at stusta dot de  2008-04-25 20:46 -------
Rask, what is the status of your patch?

It would be nice if this bug was fixed.


-- 


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


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

* [Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2008-04-25 20:47 ` bunk at stusta dot de
@ 2008-06-06 15:01 ` rguenth at gcc dot gnu dot org
  2008-08-27 22:06 ` jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-06-06 15:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from rguenth at gcc dot gnu dot org  2008-06-06 14:58 -------
4.3.1 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.1                       |4.3.2


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


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

* [Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (16 preceding siblings ...)
  2008-06-06 15:01 ` rguenth at gcc dot gnu dot org
@ 2008-08-27 22:06 ` jsm28 at gcc dot gnu dot org
  2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-08-27 22:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jsm28 at gcc dot gnu dot org  2008-08-27 22:03 -------
4.3.2 is released, changing milestones to 4.3.3.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.2                       |4.3.3


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


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

* [Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (17 preceding siblings ...)
  2008-08-27 22:06 ` jsm28 at gcc dot gnu dot org
@ 2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
  2009-08-04 12:38 ` [Bug middle-end/34226] [4.3/4.4/4.5 " rguenth at gcc dot gnu dot org
  2010-05-22 18:20 ` [Bug middle-end/34226] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-01-24 10:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from rguenth at gcc dot gnu dot org  2009-01-24 10:20 -------
GCC 4.3.3 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/34226] [4.3/4.4/4.5 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (18 preceding siblings ...)
  2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
@ 2009-08-04 12:38 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:20 ` [Bug middle-end/34226] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from rguenth at gcc dot gnu dot org  2009-08-04 12:28 -------
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=34226


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

* [Bug middle-end/34226] [4.3/4.4/4.5/4.6 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
  2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
                   ` (19 preceding siblings ...)
  2009-08-04 12:38 ` [Bug middle-end/34226] [4.3/4.4/4.5 " rguenth at gcc dot gnu dot org
@ 2010-05-22 18:20 ` rguenth at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from rguenth at gcc dot gnu dot org  2010-05-22 18:11 -------
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=34226


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

end of thread, other threads:[~2010-05-22 18:20 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-25 14:26 [Bug target/34226] New: [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612 rask at gcc dot gnu dot org
2007-11-25 17:27 ` [Bug target/34226] " rguenth at gcc dot gnu dot org
2007-11-25 19:30 ` pinskia at gcc dot gnu dot org
2007-11-26 13:32 ` steven at gcc dot gnu dot org
2007-11-26 17:28 ` [Bug middle-end/34226] " rask at gcc dot gnu dot org
2007-11-26 17:31 ` steven at gcc dot gnu dot org
2007-11-26 18:14 ` rask at gcc dot gnu dot org
2007-11-27 13:38 ` rask at gcc dot gnu dot org
2007-11-27 22:22 ` mmitchel at gcc dot gnu dot org
2007-12-01 22:40 ` rask at gcc dot gnu dot org
2007-12-16 12:55 ` rask at gcc dot gnu dot org
2007-12-16 13:00 ` pinskia at gmail dot com
2007-12-16 13:39 ` rask at gcc dot gnu dot org
2007-12-16 15:18 ` rask at gcc dot gnu dot org
2008-03-15  0:44 ` [Bug middle-end/34226] [4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-03-28 17:35 ` mstein dot lists at googlemail dot com
2008-04-25 20:47 ` bunk at stusta dot de
2008-06-06 15:01 ` rguenth at gcc dot gnu dot org
2008-08-27 22:06 ` jsm28 at gcc dot gnu dot org
2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
2009-08-04 12:38 ` [Bug middle-end/34226] [4.3/4.4/4.5 " rguenth at gcc dot gnu dot org
2010-05-22 18:20 ` [Bug middle-end/34226] [4.3/4.4/4.5/4.6 " rguenth 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).