https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41526

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2010-09-01 19:29:58         |2022-7-4

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #9)
> *** Bug 106177 has been marked as a duplicate of this bug. ***

The float encoding issue was re-confirmed here.

I'm not sure if we meanwhile have a per-file LTO header but it might be
nice to put enough info there to give a reasonable error.  As said
endianess is a hard issue to fix, likewise int/long/pointer size differences.
The float encoding part could be fixed in theory.

target specific issues with host dependences might also exist (host
dependent flags might be streamed?).

Regression testing is another obvious problem here.

Reply via email to