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/] [test_oalign.adb] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } with System.Storage_Elements; use System.Storage_Elements; with Oalign1, Oalign2; use Oalign1, Oalign2; procedure Test_Oalign is begin if Klunk1'Address mod Klunk1'Alignment /= 0 then raise Program_Error; end if; if Klunk2'Address mod Klunk2'Alignment /= 0 then raise Program_Error; end if; end;
Go to most recent revision | Compare with Previous | Blame | View Log