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:
parent
665dff26ac
commit
0bddd9360b
3 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
libmudflap-init c++
|
||||
if {$cxx == "g++"} then {
|
||||
unsupported "g++ not found"
|
||||
return
|
||||
}
|
||||
|
||||
dg-init
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
libmudflap-init c++
|
||||
if {$cxx == "g++"} then {
|
||||
unsupported "g++ not found"
|
||||
return
|
||||
}
|
||||
|
||||
dg-init
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue