Commit 3894140f by Arnaud Charlet Committed by Arnaud Charlet

* gnat.dg/access_discr2.adb: New test.

From-SVN: r138673
parent dce86910
2008-08-04 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/access_discr2.adb: New test.
2008-08-04 Richard Guenther <rguenther@suse.de>
PR middle-end/36691
......
-- { dg-do run }
procedure access_discr2 is
type X (I : not null access Integer) is tagged null record;
I : aliased Integer := 8;
Y : X (I'Access);
begin
null;
end access_discr2;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment