Commit 23532a92 by Arnaud Charlet Committed by Arnaud Charlet

New test.

From-SVN: r150825
parent 89c273b4
2009-08-17 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/itype.ad[sb]: New test.
2009-08-16 Adam Nemet <anemet@caviumnetworks.com> 2009-08-16 Adam Nemet <anemet@caviumnetworks.com>
* gcc.target/mips/mips.exp: Add terminology section to comment * gcc.target/mips/mips.exp: Add terminology section to comment
......
package body itype is
function G return not null access constant T is
X : aliased T;
begin
return X'Unchecked_Access;
end G;
end itype;
package itype is
generic
type T is private;
function G return not null access constant T;
end itype;
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