[Bug ada/51483] [4.7 regression] cstand.adb:Register_Float_Type makes invalid assumptions about FP representation

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 9 23:45:00 GMT 2012


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

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-01-09 23:45:23 UTC ---
> Created attachment 26285 [details]
> Patch

I don't think it's correct.  Like the middle-end, the Ada front-end has a
notion of precision (RM_Size) and a notion of size (Esize), so we need to pass
both to the front-end.  But I'll let Geert comment here.



More information about the Gcc-bugs mailing list