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/] [aliasing3.adb] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } -- { dg-options "-O2 -gnatn" } with Aliasing3_Pkg; use Aliasing3_Pkg; procedure Aliasing3 is begin Pointer.A(1) := 5; Test (Block.A); end;
Go to most recent revision | Compare with Previous | Blame | View Log