Commit 0bddd936 by Frank Ch. Eigler Committed by Frank Ch. Eigler

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
parent 665dff26
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 PR mudflap/22064
* mf-impl.h (mudflap_mode, violation_mode): Make these ordinary * mf-impl.h (mudflap_mode, violation_mode): Make these ordinary
unsigned vars with #defines instead of enums. unsigned vars with #defines instead of enums.
......
libmudflap-init c++ libmudflap-init c++
if {$cxx == "g++"} then {
unsupported "g++ not found"
return
}
dg-init dg-init
......
libmudflap-init c++ libmudflap-init c++
if {$cxx == "g++"} then {
unsupported "g++ not found"
return
}
dg-init dg-init
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment