summaryrefslogtreecommitdiff
path: root/libmudflap
diff options
context:
space:
mode:
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-14 18:37:20 +0000
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-14 18:37:20 +0000
commit6bbd6d48b0abdd98f76dab6ddb68ffacdf83fd2b (patch)
tree48cd25082678a4c5918d720144215db626ed3a4d /libmudflap
parent79fddb5b26c86f255f814c1a6d4e833d76022cd0 (diff)
downloadgcc-6bbd6d48b0abdd98f76dab6ddb68ffacdf83fd2b.tar.gz
2005-06-14 Frank Ch. Eigler <fche@redhat.com>
PR libmudflap/21094 * testsuite/libmudflap.c++/*.exp: Assert build tree g++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r--libmudflap/ChangeLog5
-rw-r--r--libmudflap/testsuite/libmudflap.c++/c++frags.exp4
-rw-r--r--libmudflap/testsuite/libmudflap.c++/ctors.exp4
3 files changed, 13 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index 4ca7da594b7..3cc2238ba63 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -1,5 +1,10 @@
2005-06-14 Frank Ch. Eigler <fche@redhat.com>
+ PR libmudflap/21094
+ * testsuite/libmudflap.c++/*.exp: Assert build tree g++.
+
+2005-06-14 Frank Ch. Eigler <fche@redhat.com>
+
PR mudflap/22064
* mf-impl.h (mudflap_mode, violation_mode): Make these ordinary
unsigned vars with #defines instead of enums.
diff --git a/libmudflap/testsuite/libmudflap.c++/c++frags.exp b/libmudflap/testsuite/libmudflap.c++/c++frags.exp
index 1ac24adbe92..0b2774360b7 100644
--- a/libmudflap/testsuite/libmudflap.c++/c++frags.exp
+++ b/libmudflap/testsuite/libmudflap.c++/c++frags.exp
@@ -1,5 +1,9 @@
libmudflap-init c++
+if {$cxx == "g++"} then {
+ unsupported "g++ not found"
+ return
+}
dg-init
diff --git a/libmudflap/testsuite/libmudflap.c++/ctors.exp b/libmudflap/testsuite/libmudflap.c++/ctors.exp
index 5d4f1efff61..ceb9fb70ffa 100644
--- a/libmudflap/testsuite/libmudflap.c++/ctors.exp
+++ b/libmudflap/testsuite/libmudflap.c++/ctors.exp
@@ -1,5 +1,9 @@
libmudflap-init c++
+if {$cxx == "g++"} then {
+ unsupported "g++ not found"
+ return
+}
dg-init