public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/22216] [4.1 regression] ICE during GC
       [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
@ 2005-10-06  1:24 ` pinskia at gcc dot gnu dot org
  2005-10-06 14:42 ` schwab at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-06  1:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from pinskia at gcc dot gnu dot org  2005-10-06 01:24 -------
Could you try the patch which I posted in PR 23651 and see if that fixes the
issue, if it does please assign this to me?


-- 


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
       [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
  2005-10-06  1:24 ` [Bug middle-end/22216] [4.1 regression] ICE during GC pinskia at gcc dot gnu dot org
@ 2005-10-06 14:42 ` schwab at suse dot de
  2005-10-06 14:43 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: schwab at suse dot de @ 2005-10-06 14:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from schwab at suse dot de  2005-10-06 14:42 -------
I can confirm that the patch fixes the problem in the 2005-07-26 tree (the bug
is not reproducible with the current tree).


-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
       [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
  2005-10-06  1:24 ` [Bug middle-end/22216] [4.1 regression] ICE during GC pinskia at gcc dot gnu dot org
  2005-10-06 14:42 ` schwab at suse dot de
@ 2005-10-06 14:43 ` pinskia at gcc dot gnu dot org
  2005-10-06 15:06 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-06 14:43 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-06 14:43:48
               date|                            |


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
       [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-06 14:43 ` pinskia at gcc dot gnu dot org
@ 2005-10-06 15:06 ` pinskia at gcc dot gnu dot org
  2005-10-06 22:14 ` pinskia at gcc dot gnu dot org
  2005-10-06 22:14 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-06 15:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from pinskia at gcc dot gnu dot org  2005-10-06 15:06 -------
Patch posted:
http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00280.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |10/msg00280.html
           Keywords|                            |patch


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
       [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-06 15:06 ` pinskia at gcc dot gnu dot org
@ 2005-10-06 22:14 ` pinskia at gcc dot gnu dot org
  2005-10-06 22:14 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-06 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pinskia at gcc dot gnu dot org  2005-10-06 22:14 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
       [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-10-06 22:14 ` pinskia at gcc dot gnu dot org
@ 2005-10-06 22:14 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-06 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from cvs-commit at gcc dot gnu dot org  2005-10-06 22:14 -------
Subject: Bug 22216

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     pinskia@gcc.gnu.org     2005-10-06 22:14:37

Modified files:
        gcc            : ChangeLog cfgexpand.c 

Log message:
        2005-10-06  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/22216
        PR middle-end/23651
        * cfgexpand.c (tree_expand_cfg): After expanding the functions, clear
        out return_label and naked_return_label.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.10110&r2=2.10111
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&r1=2.50&r2=2.51


-- 


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
  2005-06-28 11:52 [Bug tree-optimization/22216] New: " schwab at suse dot de
  2005-08-28  1:57 ` [Bug middle-end/22216] " pinskia at gcc dot gnu dot org
@ 2005-08-31 16:03 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-31 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 16:00 -------
>From the backtrace, this looks like PR 23651.  I wonder what root is this from.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23651


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


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

* [Bug middle-end/22216] [4.1 regression] ICE during GC
  2005-06-28 11:52 [Bug tree-optimization/22216] New: " schwab at suse dot de
@ 2005-08-28  1:57 ` pinskia at gcc dot gnu dot org
  2005-08-31 16:03 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-28  1:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |middle-end


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


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

end of thread, other threads:[~2005-10-06 22:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22216-50@http.gcc.gnu.org/bugzilla/>
2005-10-06  1:24 ` [Bug middle-end/22216] [4.1 regression] ICE during GC pinskia at gcc dot gnu dot org
2005-10-06 14:42 ` schwab at suse dot de
2005-10-06 14:43 ` pinskia at gcc dot gnu dot org
2005-10-06 15:06 ` pinskia at gcc dot gnu dot org
2005-10-06 22:14 ` pinskia at gcc dot gnu dot org
2005-10-06 22:14 ` cvs-commit at gcc dot gnu dot org
2005-06-28 11:52 [Bug tree-optimization/22216] New: " schwab at suse dot de
2005-08-28  1:57 ` [Bug middle-end/22216] " pinskia at gcc dot gnu dot org
2005-08-31 16:03 ` pinskia at gcc dot gnu dot org

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