This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] merge to 20030923


On Monday 29 September 2003 11:27 pm, Toon Moene wrote:
> Richard Henderson wrote:
> > I don't consider this merge entirely successful, but it had been
> > over a month already, and it was only going to get worse...
>
> Is it just me, or doesn't gfortran get built anymore after the merge ?
>
> Simply check a few 3.5 testresults makes one suspicious ...

It is built, but the rule for the testsuite has disappeared. The attached 
patch fixes it.

Ok to apply?

2003-09-29  Paul Brook  <paul@nowt.org>

	* Makefile.in: Add rules for check-gfortran
diff -urpxCVS clean/tree-ssa/gcc/Makefile.in gcc/gcc/Makefile.in
--- clean/tree-ssa/gcc/Makefile.in	2003-09-28 21:31:01.000000000 +0100
+++ gcc/gcc/Makefile.in	2003-09-28 23:06:43.000000000 +0100
@@ -3332,7 +3332,7 @@ check: $(CHECK_TARGETS)
 # will run 3 concurrent sessions of check-gcc, eventually testing
 # all 10 combinations.  GNU make is required, as is a shell that expands
 # alternations within braces.
-check-gcc//% check-g++//% check-g77//% check-objc//%: site.exp
+check-gcc//% check-g++//% check-g77//% check-objc//% check-gfortran//%: site.exp
 	target=`echo "$@" | sed 's,//.*,,'`; \
 	variant=`echo "$@" | sed 's,^[^/]*//,,'`; \
 	vardots=`echo "$$variant" | sed 's,/,.,g'`; \
@@ -3347,7 +3347,7 @@ $(TESTSUITEDIR)/site.exp: site.exp
 	-rm -f $@
 	sed '/set tmpdir/ s|testsuite|$(TESTSUITEDIR)|' < site.exp > $@
 
-check-g++ check-gcc check-g77 check-objc: check-% : $(TESTSUITEDIR)/site.exp
+check-g++ check-gcc check-g77 check-objc check-gfortran: check-% : $(TESTSUITEDIR)/site.exp
 	-(rootme=`${PWD_COMMAND}`; export rootme; \
 	srcdir=`cd ${srcdir}; ${PWD_COMMAND}` ; export srcdir ; \
 	cd $(TESTSUITEDIR); \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]