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: "simon at pushface dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 02 Jun 2015 11:35:58 +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 #6 from simon at pushface dot org ---
(In reply to Eric Botcazou from comment #3)
> That's not the problem., just avoid using -gnatc on the runtime.
Eric,
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?
Thanks,
--S