OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [label-lineno-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Ensure that diagnostics for labels appear on the correct lineno.
2
   by Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 8/23/2000.  */
3
 
4
void
5
foo(int i)
6
{
7
 my_label: /* { dg-message "note: previous definition" "prev label" } */
8
 
9
  i++;
10
 
11
 my_label: /* { dg-error "duplicate label" "label lineno" } */
12
 
13
  i++;
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.