[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||ebotcazou at gcc dot gnu.org
 Resolution|--- |FIXED
   Target Milestone|--- |4.9.0

--- Comment #4 from Eric Botcazou  ---
doxmlada-docs.adb:4:23: invalid use of type before its full declaration
doxmlada-docs.adb:5:23: expected type "Wrapper'Class" defined at
doxmlada.ads:12
doxmlada-docs.adb:5:23: found type "List" defined at doxmlada-docs-lists.ads:10
doxmlada-docs.adb:5:26: "Contents" is undefined

[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 laguest at archeia dot com ---
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-27 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891

Luke A. Guest laguest at archeia dot com changed:

   What|Removed |Added

   Severity|blocker |enhancement

--- Comment #3 from Luke A. Guest laguest at archeia dot com ---
Enhancement request.


[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 laguest at archeia dot com ---
Compiled with:

gnatchop source.ada
gnatmake -gnatd.n -c doxmlada-docs.adb