URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [dwarf2/] [pr41695.c] - Rev 689
Compare with Previous | Blame | View Log
/* PR debug/41695 */ /* { dg-do compile } */ /* { dg-options "-g -O2 -dA -fno-merge-debug-strings" } */ int bar (int); void foo (void) { int b = 0; b = bar (b); b = bar (b); b = bar (b); b = bar (b); bar (b); } /* { dg-final { scan-assembler-not "LVL(\[0-9\]+)-\[^1\]\[^\\r\\n\]*Location list begin address\[^\\r\\n\]*\[\\r\\n\]+\[^\\r\\n\]*LVL\\1-1-" } } */