[Bug ada/36619] Assignment to classwide leads to constraint error

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619 --- Comment #3 from Eric Botcazou --- This boils down to: with Q; Use Q; procedure P is A: Root'Class := Create; begin A := Create; end; with Ada.Finalization; use Ada.Finalization; package Q is type Root is interface; type

[Bug ada/36619] Assignment to classwide leads to constraint error

2015-12-05 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/36619] Assignment to classwide leads to constraint error

2008-06-24 Thread fedya_fedyakoff at inbox dot ru
--- Comment #1 from fedya_fedyakoff at inbox dot ru 2008-06-24 15:29 --- Created an attachment (id=15810) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15810action=view) Simple code exposing erroneous behaviour -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619