* tests/specflg10.test ($required): Use `c++', not g++.
* tests/silent-many-generic.test: Likewise.
+2011-05-25 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ testsuite: don't require g++ where any C++ compiler is enough
+ * tests/specflg10.test ($required): Use `c++', not g++.
+ * tests/silent-many-generic.test: Likewise.
+
2011-05-25 Stefano Lattarini <stefano.lattarini@gmail.com>
testsuite: require C compiler explicitly in tests needing it
# sister test `silent-many-gcc.test', which requires the GNU compilers
# and forces the use of gcc depmode.
-# FIXME: generic C++/Fortran compilers should suffice here
-required='cc g++ gfortran flex yacc'
+# FIXME: generic Fortran compilers should suffice here
+required='cc c++ gfortran flex yacc'
. ./defs || Exit 1
# Avoids too much code duplication.
# AM_DEFAULT_SOURCE_EXT
-required='cc g++' #FIXME: a generic C++ compiler should be enough.
+required='cc c++'
. ./defs || Exit 1
cat >> configure.in << 'END'