re PR testsuite/21094 (libmudflap C++ tests run even when C++ not configured)

2005-06-14  Frank Ch. Eigler  <fche@redhat.com>

	PR libmudflap/21094
	* testsuite/libmudflap.c++/*.exp: Assert build tree g++.

From-SVN: r100946
This commit is contained in:
Frank Ch. Eigler 2005-06-14 18:37:20 +00:00 committed by Frank Ch. Eigler
parent 665dff26ac
commit 0bddd9360b
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -1,5 +1,9 @@
libmudflap-init c++
if {$cxx == "g++"} then {
unsupported "g++ not found"
return
}
dg-init

View file

@ -1,5 +1,9 @@
libmudflap-init c++
if {$cxx == "g++"} then {
unsupported "g++ not found"
return
}
dg-init