URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [debug1.ads] - Rev 720
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile { target *-*-linux* } } -- { dg-options "-gdwarf-2 -cargs -dA -margs" } package Debug1 is function N return Integer; pragma Import (Ada, N); type Arr is array (-N .. N) of Boolean; A : Arr; end Debug1; -- { dg-final { scan-assembler-times "DW_AT_artificial" 8 } }
Go to most recent revision | Compare with Previous | Blame | View Log