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]

r190418 - in /branches/cilkplus/gcc/testsuite: ...


Author: bviyer
Date: Wed Aug 15 20:41:17 2012
New Revision: 190418

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190418
Log:
Rearranged several cilkplus gcc tests and added execution tests.

2012-08-15  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* gcc.dg/cilk-plus/cilk_plus.exp: Reorganized all the tests along 
with
	adding execution based tests.
	* gcc.dg/cilk-plus/label_test.c: Moved to 
./cilk_keywords_test/compile.
	* gcc.dg/cilk-plus/fib.c: Likewise.
	* gcc.dg/cilk-plus/spawnee_inline.c: Likewise.
	* gcc.dg/cilk-plus/test__cilk.c: Likewise.
	* gcc.dg/cilk-plus/spawner_inline.c: Likewise.
	* gcc.dg/cilk-plus/pragma_simd_for: Moved to ./pragma_simd_tests/.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/execute.exp: New 
script.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/compile.exe: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/spawnee_inline.c: New.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/label_test.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/fib.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/test__cilk.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/steal_check.c: 
Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/cilk-for.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/execute/spawner_inline.c: 
	Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/label_test.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/fib.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/spawnee_inline.c: 
	Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/test__cilk.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/steal_check.c: 
Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/cilk-for.c: Likewise.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/nested-cilk-for.c: New.
	* gcc.dg/cilk-plus/cilk_keywords_test/compile/spawner_inline.c: New.
	* gcc.dg/cilk-plus/array_notation_tests: Removed all .c files and 
	moved into compile and execute directories with appropriate
	modifications.
	* gcc.dg/cilk-plus/array_notation_tests/compile/compile.exp: New 
script.
	* gcc.dg/cilk-plus/array_notation_test/execute/execute.exp: New 
script.
	

Added:
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/array_test1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/array_test2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/array_test_ND.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/builtin_func_double.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/builtin_func_double2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/compile.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/gather_scatter.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/if_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/sec_implicit_ex.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/switch_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/array_test1.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/array_test1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/array_test2.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/array_test2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/array_test_ND.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/array_test_ND.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/builtin_func_double.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/builtin_func_double.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/builtin_func_double2.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/builtin_func_double2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/execute.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/gather_scatter.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/gather_scatter.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/if_test.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/if_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/execute/sec_implicit_ex.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/sec_implicit_ex.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/cilk-for.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk-for.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/compile.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/fib.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/fib.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/label_test.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/label_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/nested-cilk-for.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/nested-cilk-for.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/spawnee_inline.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/spawnee_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/spawner_inline.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/spawner_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/steal_check.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/steal_check.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/compile/test__cilk.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/test__cilk.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/cilk-for.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/execute.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/fib.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/label_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/spawnee_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/spawner_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/steal_check.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/execute/test__cilk.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/pragma-simd-for.c
      - copied, changed from r190320, branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma-simd-for.c
Removed:
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/array_test1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/array_test2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/array_test_ND.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/builtin_func_double.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/builtin_func_double2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/gather_scatter.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/if_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/sec_implicit_ex.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/switch_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk-for.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/fib.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/label_test.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/nested-cilk-for.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma-simd-for.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/spawnee_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/spawner_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/steal_check.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/test__cilk.c
Modified:
    branches/cilkplus/gcc/testsuite/ChangeLog.cilkplus
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_plus.exp


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