summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/noncompile/label-lineno-1.c
blob: 76d4d96edaf9ee7a947bf2752cc715d93fca3869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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-error "previous definition" "prev label" } */

  i++;

 my_label: /* { dg-error "duplicate label" "label lineno" } */

  i++;
}
OpenPOWER on IntegriCloud