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]

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


Author: hjl
Date: Fri Sep 23 16:26:52 2011
New Revision: 179122

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179122
Log:
Change Cilk Plus tests suffix to .cc and shorten long filenames.

2011-09-21  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* g++.dg/cilk-plus/Clock.cpp: Changed extension from .cpp to .cc.
	* g++.dg/cilk-plus/c++-cilk-for.cpp: Likewise.
	* g++.dg/cilk-plus/c++-fib.cpp: Likewise.
	* g++.dg/cilk-plus/c++-n-fib.cpp: Likewise.
	* g++.dg/cilk-plus/cast.cpp: Likewise.
	* g++.dg/cilk-plus/cilk-for.cpp: Likewise.
	* g++.dg/cilk-plus/explicit_ctor.cpp: Likewise.
	* g++.dg/cilk-plus/fib.cpp: Likewise.
	* g++.dg/cilk-plus/label_test.cpp: Likewise.
	* g++.dg/cilk-plus/nested-cilk-for.cpp: Likewise.
	* g++.dg/cilk-plus/plus-equal-one.cpp: Likewise.
	* g++.dg/cilk-plus/pragma-simd-for.cpp: Likewise.
	* g++.dg/cilk-plus/spawnee_inline.cpp: Likewise.
	* g++.dg/cilk-plus/spawner_inline.cpp: Likewise.
	* g++.dg/cilk-plus/stl_test.cpp: Likewise.
	* g++.dg/cilk-plus/test__cilk.cpp: Likewise.
	* g++.dg/cilk-plus/test_goto.cpp: Likewise.
	* g++.dg/cilk-plus/test_rts_foo.cpp: Likewise.
	* g++.dg/cilk-plus/varargs_test.cpp: Likewise.
	* g++.dg/cilk-plus/cilk-for-incr-decr_not_one.cpp: Renamed to
	cilk-for-not-1.cc.
	* g++.dg/cilk-plus/fib-with-struct-parms-and-overloading.cpp: Renamed
	to fib-struct.cc.
	* g++.dg/cilk-plus/fib-with-templates.cpp: Renamed to fib-tplt.cc.
	* g++.dg/cilk-plus/spawn_inside_ctor_dtor.cpp: Renamed to
	spawn_ctor_dtor.cc.
	* g++.dg/cilk-plus/stl_test-iterators.cpp: Renamed to stl_iter.cc.
	* g++.dg/cilk-plus/stl_test-rev-iterators.cpp: Renamed to
	stl_rev_iter.cc.
	* g++.dg/cilk-plus/template_cilk_for_plus_equal.cpp: Renamed to
	tplt_plus_equal.cc.
	* g++.dg/cilk-plus/cilk_plus.exp: Modified to accept .cc extensions
	instead of .cpp.

Added:
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/Clock.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/c++-cilk-for.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/c++-fib.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/c++-n-fib.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cast.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk-for-not-1.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk-for.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/explicit_ctor.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/fib-struct.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/fib-tplt.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/fib.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/label_test.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/nested-cilk-for.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/plus-equal-one.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/pragma-simd-for.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawn_ctor_dtor.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawnee_inline.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawner_inline.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/stl_iter.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/stl_rev_iter.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/stl_test.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/test__cilk.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/test_goto.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/test_rts_foo.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/tplt_plus_equal.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/varargs_test.cc
Removed:
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/Clock.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/c++-cilk-for.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/c++-fib.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/c++-n-fib.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cast.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk-for-incr-decr-not-one.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk-for.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/explicit_ctor.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/fib-with-struct-params-and-overloading.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/fib-with-templates.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/fib.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/label_test.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/nested-cilk-for.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/plus-equal-one.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/pragma-simd-for.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawn_inside_ctor_dtor.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawnee_inline.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawner_inline.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/stl_test-iterators.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/stl_test-rev-iterators.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/stl_test.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/template_cilk_for_plus_equal.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/test__cilk.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/test_goto.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/test_rts_foo.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/varargs_test.cpp
Modified:
    branches/cilkplus/gcc/testsuite/ChangeLog.cilk
    branches/cilkplus/gcc/testsuite/g++.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]