* g++.old-deja/g++.other/init16.C: New test.

From-SVN: r37318
This commit is contained in:
Jakub Jelinek 2000-11-08 14:18:08 +01:00 committed by Jakub Jelinek
parent 768f06694f
commit 321565d3fa
2 changed files with 15 additions and 0 deletions

View File

@ -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.

View 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" };