This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/18519] [4.0 Regression] ICE: Segmentation fault with optimization


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]