OSDN Git Service

* config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / semicolon.C
1 // PR c++/18368
2 // Origin: Chris Lattner <sabre@nondot.org>
3 // { dg-do compile }
4
5 struct A
6 {
7   struct B { int i; }
8   void foo();   // { dg-error "two or more|return type" }
9 };              // { dg-error "semicolon is missing" "" { target *-*-* } 8 }