aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/union1.C
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-20 22:59:34 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-20 22:59:34 +0000
commit627d7bdfdca723de0f8e7c20c825d395f03cfe53 (patch)
treeba73e617e78f6f848a0e78ae80ff58e81186399a /gcc/testsuite/g++.dg/init/union1.C
parent86248a4b2696dd0f45ceabfd239e870ba0d36c89 (diff)
This commit was manufactured by cvs2svn to create tagapple/gcc-1741
'apple-gcc-1741'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/apple-gcc-1741@80931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/g++.dg/init/union1.C')
-rw-r--r--gcc/testsuite/g++.dg/init/union1.C5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/testsuite/g++.dg/init/union1.C b/gcc/testsuite/g++.dg/init/union1.C
deleted file mode 100644
index 0049f442916..00000000000
--- a/gcc/testsuite/g++.dg/init/union1.C
+++ /dev/null
@@ -1,5 +0,0 @@
-// PR c++/14401
-
-union U {
- int& i; // { dg-error "" }
-};