URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [dwarf2/] [pr36690-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR debug/36690 */ /* Verify that break func is hit. */ /* { dg-do compile } */ /* { dg-options "-O0 -gdwarf-2 -dA" } */ int i; void func (void) { while (i == 1) i = 0; } int main (void) { func (); return 0; } /* { dg-final { scan-assembler "pr36690-1.c:11" } } */
Go to most recent revision | Compare with Previous | Blame | View Log