gcc/libgomp
Janis Johnson 91a5b3943e libgomp.exp: Load torture-options.exp from gcc lib.
libgomp:
	* testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib.

gcc/doc:
	* 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.

From-SVN: r135381
2008-05-15 16:59:21 +00:00
..
config * config/mingw32/proc.c: New file. 2007-09-10 02:27:29 +00:00
testsuite libgomp.exp: Load torture-options.exp from gcc lib. 2008-05-15 16:59:21 +00:00
ChangeLog libgomp.exp: Load torture-options.exp from gcc lib. 2008-05-15 16:59:21 +00:00
Makefile.am [multiple changes] 2007-11-29 15:34:21 +00:00
Makefile.in libgomp/ 2008-04-21 20:55:19 +00:00
acinclude.m4 libgomp/ 2008-04-21 20:55:19 +00:00
aclocal.m4 re PR other/35457 (Error building GCC trunk on CELL SPU) 2008-04-18 10:28:53 +00:00
alloc.c [multiple changes] 2006-01-18 14:21:25 -05:00
barrier.c [multiple changes] 2006-01-18 14:21:25 -05:00
config.h.in re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp') 2008-03-03 22:35:13 +00:00
configure libgomp/ 2008-04-21 20:55:19 +00:00
configure.ac re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp') 2008-03-03 22:35:13 +00:00
configure.tgt configure.ac (--enable-linux-futex): Add new configure option. 2008-01-08 17:14:49 +01:00
critical.c critical.c (GOMP_critical_name_start): Fix *pptr initialization when gomp_mutex_t is larger than pointer and... 2006-06-21 10:59:44 +02:00
env.c re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp') 2008-03-03 22:35:13 +00:00
error.c [multiple changes] 2006-01-18 14:21:25 -05:00
fortran.c acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test. 2006-10-06 08:25:32 +00:00
iter.c re PR libgomp/35625 (schedule(guided) loops forever if ((end - start) % incr) != 0) 2008-03-18 10:54:21 +01:00
libgomp.h libgomp.h (gomp_cpu_affinity, [...]): New extern decls. 2007-04-04 17:44:20 +02:00
libgomp.map [multiple changes] 2006-01-18 14:21:25 -05:00
libgomp.spec.in [multiple changes] 2006-01-18 14:21:25 -05:00
libgomp.texi libgomp.texi (GOMP_CPU_AFFINITY): Updated. 2007-04-19 15:36:34 -04:00
libgomp_f.h.in re PR libgomp/25884 (libgomp should not require perl to compile) 2006-01-25 11:17:57 -08:00
libgomp_g.h [multiple changes] 2006-01-18 14:21:25 -05:00
loop.c re PR middle-end/29947 (OpenMP parallel for fails for reversed loop range) 2006-12-04 11:26:00 +01:00
omp.h.in omp-low.c (optimize_omp_library_calls): New function. 2007-12-04 23:01:04 +01:00
omp_lib.f90.in re PR libgomp/25884 (libgomp should not require perl to compile) 2006-01-25 11:17:57 -08:00
omp_lib.h.in re PR libgomp/25884 (libgomp should not require perl to compile) 2006-01-25 11:17:57 -08:00
ordered.c [multiple changes] 2006-01-18 14:21:25 -05:00
parallel.c [multiple changes] 2006-01-18 14:21:25 -05:00
sections.c re PR libgomp/32468 (number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS) 2007-07-02 21:19:28 +02:00
single.c [multiple changes] 2006-01-18 14:21:25 -05:00
team.c team.c (gomp_team_start): Fix setting up thread_attr stack size. 2007-06-07 22:16:53 +02:00
work.c [multiple changes] 2006-01-18 14:21:25 -05:00