]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/m6.C
static11.C: Add xtensa-*-elf* to the list of targets to skip.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / m6.C
1 // Build don't link:
2
3 struct B { struct A { A(); int a; } aa; };
4 B::A::A () { a = 37; }
5 char* xx[] = {
6 "../tests/m6.cc:1: warning: return type specification for constructor invalid",
7 "../tests/m6.cc:2: semicolon missing after declaration of `A'",
8 "../tests/m6.cc:2: warning: empty declaration",
9 "../tests/m6.cc: In function int A ():",
10 "../tests/m6.cc:2: `a' undeclared (first use this function)",
11 "../tests/m6.cc:2: (Each undeclared identifier is reported only once",
12 "../tests/m6.cc:2: for each function it appears in.)",
13 "../tests/m6.cc:2: warning: control reaches end of non-void function" };
14
This page took 0.03501 seconds and 5 git commands to generate.