URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [dwarf2/] [dwarf-die2.c] - Rev 689
Compare with Previous | Blame | View Log
/* Verify that inline function never actually emit has no DIE. */ /* { dg-do compile } */ /* { dg-options "-O0 -gdwarf-2 -dA" } */ /* { dg-final { scan-assembler-not "CIE Version" } } */ static inline int t() { }