https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=57703
--- Comment #24 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #16)
> (In reply to Xi Ruoyao from comment #15)
> > (In reply to Jan Hubicka from comment #13)
> > > Concerning comment #11, if you have toplevel asms you need to disable LTO
> > > for that unit, as there is no way to tell for gcc what the asm statement
> > > is
> > > doing. Perhaps attribute would be better way to do this?
> >
> > Well then this is PR 57703. Should we mark duplicate? :(
>
> I think the bug is sufficiently different and should have different
> workarounds.
>
Still worth putting under "See Also" at least...