public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC
@ 2005-02-27 10:47 schwab at suse dot de
  2005-02-27 11:16 ` [Bug c++/20225] " schwab at suse dot de
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: schwab at suse dot de @ 2005-02-27 10:47 UTC (permalink / raw)
  To: gcc-bugs

$ ./cc1plus -fpreprocessed libkspreadpart_la.all_cc.ii -quiet -O -w


Program received signal SIGSEGV, Segmentation fault.
gt_ggc_mx_cgraph_node (x_p=<value optimized out>) at gtype-desc.c:188
188           gt_ggc_m_9tree_node ((*x).decl);
(gdb) bt
#0  gt_ggc_mx_cgraph_node (x_p=<value optimized out>) at gtype-desc.c:188
#1  0x40000000004a3a80 in gt_ggc_mx_cgraph_node (x_p=<value optimized out>)
    at gtype-desc.c:196
#2  0x40000000004a3a80 in gt_ggc_mx_cgraph_node (x_p=<value optimized out>)
    at gtype-desc.c:196
#3  0x40000000004ab120 in gt_ggc_m_P11cgraph_node4htab (
    x_p=<value optimized out>) at gtype-desc.c:1498
#4  0x400000000049eff0 in ggc_mark_roots () at ggc-common.c:118
#5  0x4000000000662110 in ggc_collect () at ggc-page.c:1981
#6  0x400000000066c690 in rest_of_compilation () at passes.c:477
#7  0x4000000000204e40 in execute_pass_list (pass=0x6000000000016e90)
    at tree-optimize.c:533
#8  0x4000000000205600 in tree_rest_of_compilation (fndecl=0x200000000af51fb0)
    at tree-optimize.c:669
#9  0x4000000000131630 in expand_body (fn=0x200000000af51fb0)
    at semantics.c:2977
#10 0x40000000006a0f30 in cgraph_expand_function (node=0x2000000010652e50)
    at cgraphunit.c:832
#11 0x40000000006a3d30 in cgraph_optimize () at cgraphunit.c:1699
#12 0x40000000000afd10 in cp_finish_file () at decl2.c:3032
#13 0x4000000000003630 in finish_file () at cp-lang.c:113
#14 0x40000000001c58a0 in c_common_parse_file (
    set_yydebug=<value optimized out>) at c-opts.c:1096
#15 0x4000000000624380 in toplev_main (argc=<value optimized out>, 
    argv=<value optimized out>) at toplev.c:996
#16 0x40000000001d8380 in main (argc=6, argv=0x60000fffffffa858) at main.c:35
(gdb) p x
$1 = (struct cgraph_node *) 0x0

-- 
           Summary: [4.0/4.1 regression] ICE during GC
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schwab at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-suse-linux


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


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

* [Bug c++/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
@ 2005-02-27 11:16 ` schwab at suse dot de
  2005-02-27 11:25 ` [Bug middle-end/20225] " pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: schwab at suse dot de @ 2005-02-27 11:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-02-26 23:23 -------
Created an attachment (id=8289)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8289&action=view)
Testcase


-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
  2005-02-27 11:16 ` [Bug c++/20225] " schwab at suse dot de
@ 2005-02-27 11:25 ` pinskia at gcc dot gnu dot org
  2005-02-27 12:53 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-27 11:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
          Component|c++                         |middle-end
   Target Milestone|---                         |4.0.0


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
  2005-02-27 11:16 ` [Bug c++/20225] " schwab at suse dot de
  2005-02-27 11:25 ` [Bug middle-end/20225] " pinskia at gcc dot gnu dot org
@ 2005-02-27 12:53 ` pinskia at gcc dot gnu dot org
  2005-02-27 13:54 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-27 12:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-26 23:55 -------
Hmm, the last time this happened, it was PR 17126.

-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (2 preceding siblings ...)
  2005-02-27 12:53 ` pinskia at gcc dot gnu dot org
@ 2005-02-27 13:54 ` pinskia at gcc dot gnu dot org
  2005-02-27 21:37 ` schwab at suse dot de
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-27 13:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-27 02:25 -------
Hmm, I cannot reproduce with a cross compiler from powerpc-darwin with today's source.  Either we 
are missing compiling gcc or this could be related to one of my local patches (which I really doubt it).

-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (3 preceding siblings ...)
  2005-02-27 13:54 ` pinskia at gcc dot gnu dot org
@ 2005-02-27 21:37 ` schwab at suse dot de
  2005-02-27 22:05 ` schwab at suse dot de
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: schwab at suse dot de @ 2005-02-27 21:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-02-27 16:08 -------
I can reproduce it with a cross compiler from powerpc64-linux. 

-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (4 preceding siblings ...)
  2005-02-27 21:37 ` schwab at suse dot de
@ 2005-02-27 22:05 ` schwab at suse dot de
  2005-03-03 12:56 ` schwab at suse dot de
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: schwab at suse dot de @ 2005-02-27 22:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-02-27 16:33 -------
Broken by this change: 
 
2005-01-01  Richard Henderson  <rth@redhat.com> 
 
	PR c/19031 
	* c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks. 
	* c-lang.c (finish_file): Don't do it here. 
	* objc/objc-act.c (objc_finish_file): Likewise. 
 
	* cgraph.c (decl_assembler_name_equal): New. 
	(cgraph_node_for_asm, cgraph_varpool_node_for_asm): New. 
	(cgraph_varpool_node): Actually link up cgraph_varpool_nodes. 
	* cgraph.h (struct cgraph_varpool_node): Add next. 
	(cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare. 
	* varasm.c (assemble_alias): Mark the target as needed. 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-27 16:33:26
               date|                            |


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (5 preceding siblings ...)
  2005-02-27 22:05 ` schwab at suse dot de
@ 2005-03-03 12:56 ` schwab at suse dot de
  2005-03-04 18:09 ` rth at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: schwab at suse dot de @ 2005-03-03 12:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-03-03 12:56 -------
Also happens on i386. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
 GCC target triplet|ia64-suse-linux             |


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (6 preceding siblings ...)
  2005-03-03 12:56 ` schwab at suse dot de
@ 2005-03-04 18:09 ` rth at gcc dot gnu dot org
  2005-03-10 13:37 ` rth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-03-04 18:09 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-02-27 16:33:26         |2005-03-04 18:09:04
               date|                            |


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (7 preceding siblings ...)
  2005-03-04 18:09 ` rth at gcc dot gnu dot org
@ 2005-03-10 13:37 ` rth at gcc dot gnu dot org
  2005-03-10 15:15 ` rth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-03-10 13:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-03-10 13:37 -------
The problem appears to be unrelated to the referenced patch.

Debugging shows that we have a node that has been removed from the cgraph_nodes
list.  Because the node is not on the cgraph_nodes list, the 
node->prev->next == node invariant does not hold, and so the code generated by the 
chain_next/chain_prev GTY annotations segfaults.

The node is still reachable from another node's next_needed, which seems like the
real bug.  Honza agreed to work on the problem on IRC.

The easiest way to show the problem is to manually add

  if (x != NULL && x != (void *)1 && x->previous == NULL && x != cgraph_nodes)
    abort ();

to gt_ggc_mx_cgraph_node.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rth at gcc dot gnu dot org  |jh at suse dot cz


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (8 preceding siblings ...)
  2005-03-10 13:37 ` rth at gcc dot gnu dot org
@ 2005-03-10 15:15 ` rth at gcc dot gnu dot org
  2005-03-13  5:20 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-03-10 15:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-03-10 15:15 -------
Err, sorry, that "how to reproduce" snippet depended on some other changes
in my tree.  You'll have to check

  node->previous && node->previous->next != node.


-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (9 preceding siblings ...)
  2005-03-10 15:15 ` rth at gcc dot gnu dot org
@ 2005-03-13  5:20 ` pinskia at gcc dot gnu dot org
  2005-03-18 14:57 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-13  5:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-13 05:20 -------
*** Bug 20449 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pluto at pld-linux dot org


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (10 preceding siblings ...)
  2005-03-13  5:20 ` pinskia at gcc dot gnu dot org
@ 2005-03-18 14:57 ` cvs-commit at gcc dot gnu dot org
  2005-03-18 18:16 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-18 14:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-18 14:57 -------
Subject: Bug 20225

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hubicka@gcc.gnu.org	2005-03-18 14:57:15

Modified files:
	gcc            : ChangeLog cgraph.c varasm.c 

Log message:
	PR middle-end/20225
	* cgraph.c (cgraph_mark_reachable_node): Assert that it is not called
	too late.
	* varasm.c (find_decl_and_mark_needed): Mark needed only when not
	called too late.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7898&r2=2.7899
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraph.c.diff?cvsroot=gcc&r1=1.66&r2=1.67
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.482&r2=1.483



-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (11 preceding siblings ...)
  2005-03-18 14:57 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-18 18:16 ` cvs-commit at gcc dot gnu dot org
  2005-03-24 17:44 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-18 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-18 18:15 -------
Subject: Bug 20225

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	hubicka@gcc.gnu.org	2005-03-18 18:15:09

Modified files:
	gcc            : ChangeLog cgraph.c varasm.c 

Log message:
	PR middle-end/20225
	* cgraph.c (cgraph_mark_reachable_node): Assert that it is not called
	too late.
	* varasm.c (find_decl_and_mark_needed): Mark needed only when not
	called too late.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.61&r2=2.7592.2.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraph.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.64.8.1&r2=1.64.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.477.6.2&r2=1.477.6.3



-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (12 preceding siblings ...)
  2005-03-18 18:16 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-24 17:44 ` mmitchel at gcc dot gnu dot org
  2005-03-25 11:05 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-03-24 17:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-03-24 17:44 -------
Jan, you checked in a patch for this bug, but did not close it.  Is there still
an sisue, or should this bug be marked fixed?

-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (13 preceding siblings ...)
  2005-03-24 17:44 ` mmitchel at gcc dot gnu dot org
@ 2005-03-25 11:05 ` jakub at gcc dot gnu dot org
  2005-03-27 19:35 ` hubicka at gcc dot gnu dot org
  2005-04-01 13:11 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-03-25 11:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jakub at gcc dot gnu dot org  2005-03-25 11:05 -------
This patch introduced a regression, see PR20635.

-- 


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (14 preceding siblings ...)
  2005-03-25 11:05 ` jakub at gcc dot gnu dot org
@ 2005-03-27 19:35 ` hubicka at gcc dot gnu dot org
  2005-04-01 13:11 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2005-03-27 19:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hubicka at gcc dot gnu dot org  2005-03-27 19:35 -------
This regression should be solved by the patch so I guess I will close it and move on the new regression :(

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


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


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

* [Bug middle-end/20225] [4.0/4.1 regression] ICE during GC
  2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
                   ` (15 preceding siblings ...)
  2005-03-27 19:35 ` hubicka at gcc dot gnu dot org
@ 2005-04-01 13:11 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-01 13:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 20225 depends on bug 20635, which changed state.

Bug 20635 Summary: [4.0 Regression] ICE in cgraph_mark_reachable_node
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20635

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

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


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

end of thread, other threads:[~2005-04-01 13:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-27 10:47 [Bug c++/20225] New: [4.0/4.1 regression] ICE during GC schwab at suse dot de
2005-02-27 11:16 ` [Bug c++/20225] " schwab at suse dot de
2005-02-27 11:25 ` [Bug middle-end/20225] " pinskia at gcc dot gnu dot org
2005-02-27 12:53 ` pinskia at gcc dot gnu dot org
2005-02-27 13:54 ` pinskia at gcc dot gnu dot org
2005-02-27 21:37 ` schwab at suse dot de
2005-02-27 22:05 ` schwab at suse dot de
2005-03-03 12:56 ` schwab at suse dot de
2005-03-04 18:09 ` rth at gcc dot gnu dot org
2005-03-10 13:37 ` rth at gcc dot gnu dot org
2005-03-10 15:15 ` rth at gcc dot gnu dot org
2005-03-13  5:20 ` pinskia at gcc dot gnu dot org
2005-03-18 14:57 ` cvs-commit at gcc dot gnu dot org
2005-03-18 18:16 ` cvs-commit at gcc dot gnu dot org
2005-03-24 17:44 ` mmitchel at gcc dot gnu dot org
2005-03-25 11:05 ` jakub at gcc dot gnu dot org
2005-03-27 19:35 ` hubicka at gcc dot gnu dot org
2005-04-01 13:11 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).