This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/15356] testsuite uses installed g++ instead of newly bootstrapped g++
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 May 2004 03:31:48 -0000
- Subject: [Bug other/15356] testsuite uses installed g++ instead of newly bootstrapped g++
- References: <20040509220600.15356.leopardi@bigpond.net.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-28 03:31 -------
If I read the Makefile right:
check-gcc-c++:
@if [ -f ./gcc/Makefile ] ; then \
r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(SET_LIB_PATH) \
(cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
else \
true; \
fi
There should be no problem at all as it just call make check-c++ inside the gcc directory.
The only thing I can think of is the relative patch which is causing this problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15356