https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619
Eric Botcazou changed:
What|Removed |Added
Target Milestone|--- |9.0
Status|NEW
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 Objec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
--- 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=15810&action=view)
Simple code exposing erroneous behaviour
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619