[Bug ada/16095] Illegal program not detected, accessibility levels, RM 3.10.2(28)

2015-12-05 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16095 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org

[Bug ada/16095] Illegal program not detected, accessibility levels, RM 3.10.2(28)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16095 --- Comment #6 from nicolas.boulenguez at free dot fr --- found in 4.9-20140218

[Bug ada/16095] Illegal program not detected, accessibility levels, RM 3.10.2(28)

2011-08-31 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16095 nicolas.boulenguez at free dot fr changed: What|Removed |Added CC||nicolas.boulenguez at

[Bug ada/16095] Illegal program not detected, accessibility levels, RM 3.10.2(28)

2010-01-07 Thread adam at irvine dot com
--- Comment #4 from adam at irvine dot com 2010-01-08 00:46 --- (In reply to comment #2) From what I understand: - access T1 is an access_definition and thus a general access type (RM 3.10(12/2)) - Y'Access is of the type of its context, which should be a general access type