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.