This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/18519] [4.0 Regression] ICE: Segmentation fault with optimization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2004 17:28:14 -0000
- Subject: [Bug tree-optimization/18519] [4.0 Regression] ICE: Segmentation fault with optimization
- References: <20041116110602.18519.micis@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dberlin at dberlin dot org 2004-11-16 17:28 -------
Subject: Re: [4.0 Regression] ICE: Segmentation
fault with optimization
cleanup_tree_cfg can't happen before we've fixed up the def-def chains, so
i'm making it into a todo.
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-16 17:28 -------
Assigning to Danny as the problem is that we are trying to clean up the CFG before fixing up the
def_def_chains.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |dberlin at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18519