repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
m4.C
blob
19d5bc63880d4d1a0274958026f0851dd3d5b26a
1
// { dg-do assemble }
2
3
struct A1 { struct B { B(); } b; };
4
struct A2 { struct B { ~B(); } b; };
5
char xx[] ="../tests/m4.cc:1: warning: return type specification for constructor invalid";
6
7