[Bug ada/58891] Bug box when using limited with, between parent and child packages

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

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2013-10-27 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 Luke A. Guest changed: What|Removed |Added Severity|blocker |enhancement --- Comment #3 from Luke A. G

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2013-10-27 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 --- Comment #2 from Luke A. Guest --- Discovered that this is incorrect code as I can only access types in a limited with. But the compiler should still produce an error not a bug box.

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2013-10-26 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 --- Comment #1 from Luke A. Guest --- Compiled with: gnatchop source.ada gnatmake -gnatd.n -c doxmlada-docs.adb