URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [inline_scope.adb] - Rev 324
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-options "-gnatN" } with inline_scope_p; procedure inline_scope (X : Integer) is type A is array (Integer range 1 .. 2) of Boolean; S : A; pragma Warnings (Off, S); procedure Report_List is begin inline_scope_p.Assert (S (1), Natural'Image (Natural (1))); end Report_List; begin null; end;
Go to most recent revision | Compare with Previous | Blame | View Log