URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [size_attribute.adb] - Rev 826
Compare with Previous | Blame | View Log
-- PR middle-end/35823 -- { dg-do compile ] procedure Size_Attribute (Arg : in String) is Size : constant Natural := Arg'Size; begin null; end;