Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2)
authorMaxim Blumenthal <maxim.blumenthal@intel.com>
Mon, 13 Jul 2015 13:08:13 +0000 (13:08 +0000)
committerIlya Verbin <iverbin@gcc.gnu.org>
Mon, 13 Jul 2015 13:08:13 +0000 (13:08 +0000)
commit343587dc64ca31197a75505a69fc6ed6799449d2
treead1a204b7bacefa1c784c6ab505f105cc7ab8557
parent36d2f81e95cf28fdc06e2531ff99737dd6163f77
Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2)

2015-07-13  Maxim Blumenthal  <maxim.blumenthal@intel.com>

* testsuite/libgomp.c++/examples-4/e.53.2.C: Renamed to...
* testsuite/libgomp.c++/examples-4/declare_target-2.C: ...this.
* testsuite/libgomp.c++/examples-4/e.51.5.C: Renamed to...
* testsuite/libgomp.c++/examples-4/target_data-5.C: ...this.
* testsuite/libgomp.c/examples-4/e.56.3.c: Renamed to...
* testsuite/libgomp.c/examples-4/array_sections-3.c: ...this.
* testsuite/libgomp.c/examples-4/e.56.4.c: Renamed to...
* testsuite/libgomp.c/examples-4/array_sections-4.c: ...this.
* testsuite/libgomp.c/examples-4/e.55.1.c: Renamed to...
* testsuite/libgomp.c/examples-4/async_target-1.c: ...this.
* testsuite/libgomp.c/examples-4/e.55.2.c: Renamed to...
* testsuite/libgomp.c/examples-4/async_target-2.c: ...this.
(vec_mult_ref): Remove v1 and v2 arguments, turn them into local
variables.
(vec_mult): Likewise.  Add #pragma omp taskwait.
(main): Adjust caller.
* testsuite/libgomp.c/examples-4/e.53.1.c: Renamed to...
* testsuite/libgomp.c/examples-4/declare_target-1.c: ...this.
* testsuite/libgomp.c/examples-4/e.53.3.c: Renamed to...
* testsuite/libgomp.c/examples-4/declare_target-3.c: ...this.
* testsuite/libgomp.c/examples-4/e.53.4.c: Renamed to...
* testsuite/libgomp.c/examples-4/declare_target-4.c: ...this.
* testsuite/libgomp.c/examples-4/e.53.5.c: Renamed to...
* testsuite/libgomp.c/examples-4/declare_target-5.c: ...this.
* testsuite/libgomp.c/examples-4/e.57.1.c: Renamed to...
* testsuite/libgomp.c/examples-4/device-1.c: ...this.
* testsuite/libgomp.c/examples-4/e.57.2.c: Renamed to...
* testsuite/libgomp.c/examples-4/device-2.c: ...this.
* testsuite/libgomp.c/examples-4/e.57.3.c: Renamed to...
* testsuite/libgomp.c/examples-4/device-3.c: ...this.
* testsuite/libgomp.c/examples-4/simd-1.c: New file.
* testsuite/libgomp.c/examples-4/simd-2.c: New file.
* testsuite/libgomp.c/examples-4/simd-3.c: New file.
* testsuite/libgomp.c/examples-4/simd-4.c: New file.
* testsuite/libgomp.c/examples-4/simd-5.c: New file.
* testsuite/libgomp.c/examples-4/simd-6.c: New file.
* testsuite/libgomp.c/examples-4/simd-7.c: New file.
* testsuite/libgomp.c/examples-4/simd-8.c: New file.
* testsuite/libgomp.c/examples-4/e.50.1.c: Renamed to...
* testsuite/libgomp.c/examples-4/target-1.c: ...this.
* testsuite/libgomp.c/examples-4/e.50.2.c: Renamed to...
* testsuite/libgomp.c/examples-4/target-2.c: ...this.
* testsuite/libgomp.c/examples-4/e.50.3.c: Renamed to...
* testsuite/libgomp.c/examples-4/target-3.c: ...this.
* testsuite/libgomp.c/examples-4/e.50.4.c: Renamed to...
* testsuite/libgomp.c/examples-4/target-4.c: ...this.
* testsuite/libgomp.c/examples-4/e.50.5.c: Renamed to...
* testsuite/libgomp.c/examples-4/target-5.c: ...this.
* testsuite/libgomp.c/examples-4/e.51.1.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_data-1.c: ...this.
* testsuite/libgomp.c/examples-4/e.51.2.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_data-2.c: ...this.
* testsuite/libgomp.c/examples-4/e.51.3.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_data-3.c: ...this.
* testsuite/libgomp.c/examples-4/e.51.4.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_data-4.c: ...this.
* testsuite/libgomp.c/examples-4/e.51.6.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_data-6.c: ...this.
* testsuite/libgomp.c/examples-4/e.51.7.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_data-7.c: ...this.
* testsuite/libgomp.c/examples-4/e.52.1.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_update-1.c: ...this.
* testsuite/libgomp.c/examples-4/e.52.2.c: Renamed to...
* testsuite/libgomp.c/examples-4/target_update-2.c: ...this.
* testsuite/libgomp.c/examples-4/task_dep-1.c: New file.
* testsuite/libgomp.c/examples-4/task_dep-2.c: New file.
* testsuite/libgomp.c/examples-4/task_dep-3.c: New file.
* testsuite/libgomp.c/examples-4/task_dep-4.c: New file.
* testsuite/libgomp.c/examples-4/task_dep-5.c: New file.
* testsuite/libgomp.c/examples-4/e.54.2.c: Renamed to...
* testsuite/libgomp.c/examples-4/teams-2.c: ...this.
* testsuite/libgomp.c/examples-4/e.54.3.c: Renamed to...
* testsuite/libgomp.c/examples-4/teams-3.c: ...this.
* testsuite/libgomp.c/examples-4/e.54.4.c: Renamed to...
* testsuite/libgomp.c/examples-4/teams-4.c: ...this.
* testsuite/libgomp.c/examples-4/e.54.5.c: Renamed to...
* testsuite/libgomp.c/examples-4/teams-5.c: ...this.
* testsuite/libgomp.c/examples-4/e.54.6.c: Renamed to...
* testsuite/libgomp.c/examples-4/teams-6.c: ...this.
* testsuite/libgomp.fortran/examples-4/e.56.3.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/array_sections-3.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.56.4.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/array_sections-4.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.55.1.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/async_target-1.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.55.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/async_target-2.f90: ...this.
(vec_mult): Add !$omp taskwait.
* testsuite/libgomp.fortran/examples-4/e.53.1.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/declare_target-1.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.53.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/declare_target-2.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.53.3.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/declare_target-3.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.53.4.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/declare_target-4.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.53.5.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/declare_target-5.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.57.1.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/device-1.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.57.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/device-2.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.57.3.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/device-3.f90: ...this.
* testsuite/libgomp.fortran/examples-4/simd-1.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-2.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-3.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-4.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-5.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-6.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-7.f90: New file.
* testsuite/libgomp.fortran/examples-4/simd-8.f90: New file.
* testsuite/libgomp.fortran/examples-4/e.50.1.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target-1.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.50.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target-2.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.50.3.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target-3.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.50.4.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target-4.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.50.5.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target-5.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.1.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-1.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-2.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.3.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-3.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.4.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-4.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.5.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-5.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.6.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-6.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.51.7.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_data-7.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.52.1.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_update-1.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.52.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/target_update-2.f90: ...this.
* testsuite/libgomp.fortran/examples-4/task_dep-1.f90: New file.
* testsuite/libgomp.fortran/examples-4/task_dep-2.f90: New file.
* testsuite/libgomp.fortran/examples-4/task_dep-3.f90: New file.
* testsuite/libgomp.fortran/examples-4/task_dep-4.f90: New file.
* testsuite/libgomp.fortran/examples-4/task_dep-5.f90: New file.
* testsuite/libgomp.fortran/examples-4/e.54.2.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/teams-2.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.54.3.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/teams-3.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.54.4.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/teams-4.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.54.5.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/teams-5.f90: ...this.
* testsuite/libgomp.fortran/examples-4/e.54.6.f90: Renamed to...
* testsuite/libgomp.fortran/examples-4/teams-6.f90: ...this.

From-SVN: r225735
89 files changed:
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/examples-4/declare_target-2.C [moved from libgomp/testsuite/libgomp.c++/examples-4/e.53.2.C with 100% similarity]
libgomp/testsuite/libgomp.c++/examples-4/target_data-5.C [moved from libgomp/testsuite/libgomp.c++/examples-4/e.51.5.C with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/array_sections-3.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.56.3.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/array_sections-4.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.56.4.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/async_target-1.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.55.1.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/async_target-2.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.55.2.c with 89% similarity]
libgomp/testsuite/libgomp.c/examples-4/declare_target-1.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.53.1.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/declare_target-3.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.53.3.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/declare_target-4.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.53.4.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/declare_target-5.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.53.5.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/device-1.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.57.1.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/device-2.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.57.2.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/device-3.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.57.3.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/simd-1.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-2.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-3.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-4.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-5.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-6.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-7.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/simd-8.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/target-1.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.50.1.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target-2.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.50.2.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target-3.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.50.3.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target-4.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.50.4.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target-5.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.50.5.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_data-1.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.51.1.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_data-2.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.51.2.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_data-3.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.51.3.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_data-4.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.51.4.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_data-6.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.51.6.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_data-7.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.51.7.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_update-1.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.52.1.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/target_update-2.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.52.2.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/task_dep-1.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/task_dep-2.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/task_dep-3.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/task_dep-4.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/task_dep-5.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/examples-4/teams-2.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.54.2.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/teams-3.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.54.3.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/teams-4.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.54.4.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/teams-5.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.54.5.c with 100% similarity]
libgomp/testsuite/libgomp.c/examples-4/teams-6.c [moved from libgomp/testsuite/libgomp.c/examples-4/e.54.6.c with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/array_sections-3.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.56.3.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/array_sections-4.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.56.4.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/async_target-1.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.55.1.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/async_target-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.55.2.f90 with 98% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/declare_target-1.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.53.1.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/declare_target-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.53.2.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/declare_target-3.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.53.3.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/declare_target-4.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.53.4.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/declare_target-5.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/device-1.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.57.1.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/device-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.57.2.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/device-3.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.57.3.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/simd-1.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-2.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-3.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-4.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-5.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-6.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-7.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/target-1.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.50.1.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.50.2.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target-3.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.50.3.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target-4.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.50.4.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target-5.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.50.5.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-1.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.1.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.2.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-3.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.3.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-4.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.4.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-5.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.5.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-6.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.6.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_data-7.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.51.7.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_update-1.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.52.1.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/target_update-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.52.2.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-1.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-2.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-3.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-4.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-5.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/examples-4/teams-2.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.54.2.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/teams-3.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.54.3.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/teams-4.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.54.4.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/teams-5.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.54.5.f90 with 100% similarity]
libgomp/testsuite/libgomp.fortran/examples-4/teams-6.f90 [moved from libgomp/testsuite/libgomp.fortran/examples-4/e.54.6.f90 with 100% similarity]