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-2.c] - Blame information for rev 154

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 -pedantic.  */
3
/* Origin: Joseph Myers <joseph@codesourcery.com> */
4
/* { dg-do compile } */
5
/* { dg-options "-pedantic" } */
6
 
7
struct s0 { ; }; /* { dg-warning "warning: extra semicolon in struct or union specified" } */
8
/* { dg-warning "warning: struct has no members" "empty" { target *-*-* } 7 } */
9
struct s1 {
10
  int a;
11
  ; /* { dg-warning "warning: extra semicolon in struct or union specified" } */
12
  int b;
13
};
14
struct s2 {
15
  ; /* { dg-warning "warning: extra semicolon in struct or union specified" } */
16
  int c
17
}; /* { dg-warning "warning: no semicolon at end of struct or union" } */
18
struct s3 {
19
  int d
20
}; /* { 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.