diff options
author | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 18:37:20 +0000 |
---|---|---|
committer | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 18:37:20 +0000 |
commit | 6bbd6d48b0abdd98f76dab6ddb68ffacdf83fd2b (patch) | |
tree | 48cd25082678a4c5918d720144215db626ed3a4d /libmudflap/testsuite | |
parent | 79fddb5b26c86f255f814c1a6d4e833d76022cd0 (diff) | |
download | gcc-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/testsuite')
-rw-r--r-- | libmudflap/testsuite/libmudflap.c++/c++frags.exp | 4 | ||||
-rw-r--r-- | libmudflap/testsuite/libmudflap.c++/ctors.exp | 4 |
2 files changed, 8 insertions, 0 deletions
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 |