[Bug ada/51114] ICE when creating a private derived type

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51114

Eric Botcazou  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |5.0

--- Comment #4 from Eric Botcazou  ---
Fixed in GCC 5.

[Bug ada/51114] ICE when creating a private derived type

2014-03-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51114

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-03-23
 Ever confirmed|0   |1

--- Comment #3 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Still happens on the mainline.


[Bug ada/51114] ICE when creating a private derived type

2011-12-24 Thread frederic.praca at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51114

--- Comment #2 from Frédéric Praca frederic.praca at free dot fr 2011-12-24 
11:43:37 UTC ---
Created attachment 26181
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26181
Simpler source code that triggers the problem

To make the problem easier to understand, I coded a simpler source code.