[Bug ada/51483] [4.7/4.8/4.9 regression] cstand.adb:Register_Float_Type makes invalid assumptions about FP representation
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51483 --- Comment #20 from bosch at adacore dot com --- On Mar 10, 2014, at 16:11, ebotcazou at gcc dot gnu.org wrote: > --- Comment #19 from Eric Botcazou --- > Taking care of it. > Thank you! -Geert
[Bug ada/22328] Ada produces mis-match (non compatible) types in MODIFY_EXPR
--- Additional Comments From bosch at adacore dot com 2005-07-08 15:39 --- Subject: Re: Ada produces mis-match (non compatible) types in MODIFY_EXPR Something like the attached patch (untested) should work. I've got child duty today, so won't be able to test this until at least tonight. This is slightly different from the code that was earlier removed, in that it doesn't check recursively. Nested arrays and records should always have proper types. -Geert --- Additional Comments From bosch at adacore dot com 2005-07-08 15:39 --- Created an attachment (id=9230) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9230&action=view) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22328