------- Comment #3 from rguenth at gcc dot gnu dot org  2009-10-05 09:53 -------
Not yet fixed.  We still have

  if (CODE_CONTAINS_STRUCT (code, TS_OPTIMIZATION))
    {
      /* FIXME lto.  Not handled yet.  */
      gcc_unreachable ();
    }

  if (CODE_CONTAINS_STRUCT (code, TS_TARGET_OPTION))
    {
      /* FIXME lto.  Not handled yet.  */
      gcc_unreachable ();
    }

For 4.5 this at least needs to become a sorry().


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rguenth at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
           Keywords|                            |ice-on-valid-code


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

Reply via email to