Commit adcb04d2 by Eric Botcazou Committed by Eric Botcazou

pr35823.adb: Rename to size_attribute.adb.

	* gnat.dg/pr35823.adb: Rename to size_attribute.adb.

From-SVN: r133946
parent 5a829544
2008-04-05 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/pr35823.adb: Rename to size_attribute.adb.
2008-04-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2008-04-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/25829 28655 PR fortran/25829 28655
procedure pr35823 (Arg : in String) is -- PR middle-end/35823
-- { dg-do compile ]
procedure Size_Attribute (Arg : in String) is
Size : constant Natural := Arg'Size; Size : constant Natural := Arg'Size;
begin begin
null; null;
end pr35823; end;
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