URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [label-lineno-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Ensure that diagnostics for labels appear on the correct lineno. by Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 8/23/2000. */ void foo(int i) { my_label: /* { dg-message "note: previous definition" "prev label" } */ i++; my_label: /* { dg-error "duplicate label" "label lineno" } */ i++; }
Go to most recent revision | Compare with Previous | Blame | View Log