URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [aliasing3.adb] - Rev 801
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