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/] [g++.old-deja/] [g++.pt/] [m6.C] - Blame information for rev 305

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

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
 
3
struct B { struct A { A(); int a; } aa; };
4
B::A::A () { a = 37; }
5
const 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
 

powered by: WebSVN 2.1.0

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