gcc/libgomp/testsuite/libgomp.c/examples-4
Maxim Blumenthal 27c4ac7db7 re PR libgomp/66950 (FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execution test)
2015-07-22  Maxim Blumenthal  <maxim.blumenthal@intel.com>

	PR libgomp/66950
	* testsuite/libgomp.c/examples-4/simd-7.c (N): Change to 30 from 45.
	(fib_ref): New function.
	(fib): Correct corner cases in the recursion.
	(main): Replace the non-simd loop with fib_ref call.
	* testsuite/libgomp.fortran/examples-4/simd-7.f90: (fib_ref): New
	subroutine.
	(fibonacci): Lower the parameter N to 30.  Correct accordingly check
	for the last array element value.  Replace the non-simd loop with
	fib_ref call.  Remove redundant b_ref array.  Remove the comparison
	of the last array element with according Fibonacci sequence element.
	(fib): Correct corner cases in the recursion.

From-SVN: r226080
2015-07-22 17:19:31 +00:00
..
array_sections-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
array_sections-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
async_target-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
async_target-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
declare_target-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
declare_target-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
declare_target-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
declare_target-5.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
device-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
device-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
device-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
simd-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
simd-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
simd-3.c simd-3.c: (main): Change type of res and ref from int to double. 2015-07-14 18:54:35 +00:00
simd-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
simd-5.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
simd-6.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
simd-7.c re PR libgomp/66950 (FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execution test) 2015-07-22 17:19:31 +00:00
simd-8.c simd-3.c: (main): Change type of res and ref from int to double. 2015-07-14 18:54:35 +00:00
target-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target-5.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_data-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_data-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_data-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_data-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_data-6.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_data-7.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_update-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
target_update-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
task_dep-1.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
task_dep-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
task_dep-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
task_dep-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
task_dep-5.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
teams-2.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
teams-3.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
teams-4.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
teams-5.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00
teams-6.c Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) 2015-07-13 13:08:13 +00:00