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/] [alignment4.adb] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-options "-gnatws -fdump-tree-gimple" } procedure Alignment4 is type Stream is array (1..3) of Character; S1, S2 : Stream; begin S1 := S2; end; -- { dg-final { scan-tree-dump-not ".\F" "gimple" } } -- { dg-final { cleanup-tree-dump "gimple" } }
Go to most recent revision | Compare with Previous | Blame | View Log