------- Comment #2 from rguenth at gcc dot gnu dot org  2009-09-29 14:04 -------
static void
ipa_passes (void)
{
...
  /* Remove the bodies of extern inline functions that we never
     inlined.  */
  cgraph_remove_unreachable_nodes (false, dump_file);


that's bogus and too early.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-09-29 13:46:24         |2009-09-29 14:04:01
               date|                            |


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

Reply via email to