* g++.old-deja/g++.other/init16.C: New test.
From-SVN: r37318
This commit is contained in:
parent
768f06694f
commit
321565d3fa
@ -1,3 +1,7 @@
|
||||
2000-11-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* g++.old-deja/g++.other/init16.C: New test.
|
||||
|
||||
2000-11-06 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
|
||||
|
11
gcc/testsuite/g++.old-deja/g++.other/init16.C
Normal file
11
gcc/testsuite/g++.old-deja/g++.other/init16.C
Normal file
@ -0,0 +1,11 @@
|
||||
// Build don't link:
|
||||
// Origin: Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
// excess errors test - XFAIL *-*-*
|
||||
|
||||
#include <string>
|
||||
|
||||
struct foo {
|
||||
string x;
|
||||
};
|
||||
extern const struct foo y = { "foo" };
|
Loading…
x
Reference in New Issue
Block a user