OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [struct-semi-1.c] - Blame information for rev 645

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Test diagnostics for missing and extra semicolons in structures.
2
   Test with no special options.  */
3
/* Origin: Joseph Myers <joseph@codesourcery.com> */
4
/* { dg-do compile } */
5
/* { dg-options "" } */
6
 
7
struct s0 { ; };
8
struct s1 {
9
  int a;
10
  ;
11
  int b;
12
};
13
struct s2 {
14
  ;
15
  int c
16
}; /* { dg-warning "warning: no semicolon at end of struct or union" } */
17
struct s3 {
18
  int d
19
}; /* { dg-warning "warning: no semicolon at end of struct or union" } */

powered by: WebSVN 2.1.0

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