summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.old-deja/g++.other/init9.C
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-17 12:41:47 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-17 12:41:47 +0000
commit9ad9a39e3b94faa221394f97b0679c4a2be5a0fc (patch)
tree9b4a46877731ebcb41cca017f184715943adc614 /gcc/testsuite/g++.old-deja/g++.other/init9.C
parent71debe1f3c56aecfb3468a6fc1081aeb1cb6e064 (diff)
downloadppe42-gcc-9ad9a39e3b94faa221394f97b0679c4a2be5a0fc.tar.gz
ppe42-gcc-9ad9a39e3b94faa221394f97b0679c4a2be5a0fc.zip
update
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.other/init9.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/init9.C12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/init9.C b/gcc/testsuite/g++.old-deja/g++.other/init9.C
index c9ea3a54082..5626174bbe4 100644
--- a/gcc/testsuite/g++.old-deja/g++.other/init9.C
+++ b/gcc/testsuite/g++.old-deja/g++.other/init9.C
@@ -24,17 +24,17 @@ struct X {
};
void b() {
- goto bar; // ERROR - jump from here - XFAIL *-*-*
- X x; // ERROR - jump crosses initialization - XFAIL *-*-*
- bar: // ERROR - jump to here - XFAIL *-*-*
+ goto bar; // ERROR - jump from here
+ X x; // ERROR - jump crosses initialization
+ bar: // ERROR - jump to here
;
}
#include <vector>
void c() {
- goto bar; // ERROR - jump from here - XFAIL *-*-*
- vector<int> x; // ERROR - jump crosses initialization - XFAIL *-*-*
- bar: // ERROR - jump to here - XFAIL *-*-*
+ goto bar; // ERROR - jump from here
+ vector<int> x; // ERROR - jump crosses initialization
+ bar: // ERROR - jump to here
;
}
OpenPOWER on IntegriCloud