This is the mail archive of the gcc-cvs@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]

r112583 - in /branches/gcc-4_1-branch: contrib/...


Author: hjl
Date: Fri Mar 31 17:36:00 2006
New Revision: 112583

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112583
Log:
contrib/regression/

2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

	Backport from mainline
	2006-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

	* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
	g++.sum has moved to gcc/testsuite/g++/g++.sum.
	objc.sum has moved to gcc/testsuite/objc/objc.sum.

gcc/

2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/25741
	Backport from mainline
	2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

	* Makefile.in (check-%): Depend on site.exp instead of
	$(TESTSUITEDIR)/site.exp. Run "runtest" in separate language
	directories.

	2006-01-17  Shantonu Sen  <ssen@opendarwin.org>

	* Makefile.in (check-%, check-consistency): Use $${srcdir}
	instead of $(srcdir) and ${srcdir}.

gcc/testsuite/

2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/25741
	Backport from mainline
	2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

	* lib/g++.exp (g++_init): Use $base_dir/../../ instead of
	$base_dir/../.
	* lib/gfortran.exp (gfortran_init): Likewise.
	* lib/obj-c++.exp (obj-c++_init): Likewise.
	* lib/scanasm.exp (scan-assembler-dem): Likewise.
	(scan-assembler-dem-not): Likewise.
	* lib/scandump.exp (scan-dump-dem): Likewise.
	(scan-dump-dem-not): Likewise.

Modified:
    branches/gcc-4_1-branch/contrib/regression/ChangeLog
    branches/gcc-4_1-branch/contrib/regression/btest-gcc.sh
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/Makefile.in
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/lib/g++.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/gfortran.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/obj-c++.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/scanasm.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/scandump.exp


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