OSDN Git Service

2005-06-14 Frank Ch. Eigler <fche@redhat.com>
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 2005 18:37:20 +0000 (18:37 +0000)
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 2005 18:37:20 +0000 (18:37 +0000)
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

libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c++/c++frags.exp
libmudflap/testsuite/libmudflap.c++/ctors.exp

index 4ca7da5..3cc2238 100644 (file)
@@ -1,5 +1,10 @@
 2005-06-14  Frank Ch. Eigler  <fche@redhat.com>
 
 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.
        PR mudflap/22064
        * mf-impl.h (mudflap_mode, violation_mode): Make these ordinary
        unsigned vars with #defines instead of enums.
index 1ac24ad..0b27743 100644 (file)
@@ -1,5 +1,9 @@
 
 libmudflap-init c++
 
 libmudflap-init c++
+if {$cxx == "g++"} then {
+    unsupported "g++ not found"
+    return
+}
 
 dg-init
 
 
 dg-init
 
index 5d4f1ef..ceb9fb7 100644 (file)
@@ -1,5 +1,9 @@
 
 libmudflap-init c++
 
 libmudflap-init c++
+if {$cxx == "g++"} then {
+    unsupported "g++ not found"
+    return
+}
 
 dg-init
 
 
 dg-init