URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [atomic2.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } procedure Atomic2 is type Big is array (1..4) of Integer; type Arr is array (1..10) of Big; pragma Atomic_Components (Arr); -- { dg-warning "cannot be guaranteed" } begin null; end;
Go to most recent revision | Compare with Previous | Blame | View Log