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]

r142489 - in /branches/gcc-4_3-branch: gcc/Chan...


Author: janis
Date: Fri Dec  5 20:35:34 2008
New Revision: 142489

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142489
Log:
	Backport from mainline:
	2008-05-15  Janis Johnson  <janis187@us.ibm.com>

gcc/
	* doc/sourcebuild.texi: Document support for torture tests.

gcc/testsuite/
	* lib/torture-options.exp: New support for torture options.
	* lib/gfortran-dg.exp (gfortran-dg-runtest): Use new torture procs.
	* lib/c-torture.exp: Define C_TORTURE_OPTIONS instead of
	TORTURE_OPTIONS; don't define torture_with_loops and
	torture_without_loops.
	* lib/gcc-dg.exp: Define DG_TORTURE_OPTIONS instead of
	TORTURE_OPTIONS; don't define torture_with_loops and
	torture_without_loops.
	(gcc-dg-runtest): Use new torture procs if no torture options defined.
	* lib/fortran-torture.exp: Define FORTRAN_TORTURE_OPTIONS instead of
	TORTURE_OPTIONS.
	(fortran-torture-execute): Use torture_with_loops instead of
	TORTURE_OPTIONS.
	(fortran-torture): Ditto.
	* lib/objc-torture.exp: Define OBJC_TORTURE_OPTIONS instead of
	TORTURE_OPTIONS; don't define torture_with_loops and
	torture_without_loops.
	* gcc.c-torture/execute/execute.exp: Use new torture procs.
	* gcc.c-torture/execute/builtins/builtins.exp: Ditto.
	* gcc.c-torture/execute/ieee/ieee.exp: Ditto.
	* gcc.c-torture/unsorted/unsorted.exp: Ditto.
	* gfortran.fortran-torture/execute/execute.exp: Ditto.
	* gfortran.fortran-torture/compile/compile.exp: Ditto.
	* gcc.target/x86_64/abi/abi-x86_64.exp: Ditto.
	* gcc.target/i386/math-torture/math-torture.exp: Define
	MATH_TORTURE_OPTIONS, use new torture procs.
	* gcc.dg/pch/pch.exp: Use new torture procs.
	* gcc.dg/format/format.exp: Ditto.
	* gcc.misc-tests/i386-prefetch.exp: Ditto.
	* gcc.misc-tests/dectest.exp: Ditto.
	* objc.dg/pch/pch.exp: Ditto.
	* objc/execute/execute.exp: Ditto.
	* objc/execute/exceptions/exceptions.exp: Ditto.
	* objc/compile/compile.exp: Ditto.
libgomp/
	* testsuite/lib/libgomp.exp: Load new torture support.

	Backport from mainline:
	2008-05-27  Richard Sandiford  <rdsandiford@googlemail.com>

testsuite/
	* lib/fortran-torture.exp (get-fortran-torture-options):
	New function, replacing old FORTRAN_TORTURE_OPTIONS code.
	* gfortran.fortran-torture/compile/compile.exp: Use
	[get-fortran-torture-options] instead of $FORTRAN_TORTURE_OPTIONS.
	* gfortran.fortran-torture/execute/execute.exp: Likewise.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/lib/torture-options.exp
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/doc/sourcebuild.texi
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/execute.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/format/format.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pch/pch.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.misc-tests/dectest.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
    branches/gcc-4_3-branch/gcc/testsuite/lib/c-torture.exp
    branches/gcc-4_3-branch/gcc/testsuite/lib/fortran-torture.exp
    branches/gcc-4_3-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/gcc-4_3-branch/gcc/testsuite/lib/gfortran-dg.exp
    branches/gcc-4_3-branch/gcc/testsuite/lib/objc-torture.exp
    branches/gcc-4_3-branch/gcc/testsuite/objc.dg/pch/pch.exp
    branches/gcc-4_3-branch/gcc/testsuite/objc/compile/compile.exp
    branches/gcc-4_3-branch/gcc/testsuite/objc/execute/exceptions/exceptions.exp
    branches/gcc-4_3-branch/gcc/testsuite/objc/execute/execute.exp
    branches/gcc-4_3-branch/libgomp/ChangeLog
    branches/gcc-4_3-branch/libgomp/testsuite/lib/libgomp.exp


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