This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/66162] segfault on code using controlled types in -gnatc mode
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 02 Jun 2015 16:49:03 +0000
- Subject: [Bug ada/66162] segfault on code using controlled types in -gnatc mode
- Auto-submitted: auto-generated
- References: <bug-66162-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66162
--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> In PR64866 comment 2, Arno said "Visibility in the Ada runtime do not follow
> standard Ada rules. In other words, the Ada runtime isn't implemented in
> Ada, but in a different dialect very close to Ada, with additional
> restrictions.â
>
> He notes two of the additional restrictions: is there a writeup anywhere of
> the language restrictions and usage restrictions like this one?
I don't really know, I'm not a specialist of the runtime at all.