https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83791
--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> --- Author: vries Date: Wed May 2 17:53:43 2018 New Revision: 259851 URL: https://gcc.gnu.org/viewcvs?rev=259851&root=gcc&view=rev Log: [libgomp, testsuite] Move tests to libgomp.c-c++-common 2018-05-02 Tom de Vries <t...@codesourcery.com> PR testsuite/83791 * testsuite/libgomp.c++/udr-9.C: Update. * testsuite/libgomp.c++/atomic-16.C: Remove. * testsuite/libgomp.c++/cancel-taskgroup-2.C: Remove. * testsuite/libgomp.c++/loop-13.C: Remove. * testsuite/libgomp.c++/loop-14.C: Remove. * testsuite/libgomp.c++/loop-15.C: Remove. * testsuite/libgomp.c++/monotonic-1.C: Remove. * testsuite/libgomp.c++/monotonic-2.C: Remove. * testsuite/libgomp.c++/nonmonotonic-1.C: Remove. * testsuite/libgomp.c++/nonmonotonic-2.C: Remove. * testsuite/libgomp.c++/ordered-1.C: Remove. * testsuite/libgomp.c++/pr45784.C: Remove. * testsuite/libgomp.c++/pr64824.C: Remove. * testsuite/libgomp.c++/pr64868.C: Remove. * testsuite/libgomp.c++/pr66199-1.C: Remove. * testsuite/libgomp.c++/pr66199-2.C: Remove. * testsuite/libgomp.c++/pr66199-3.C: Remove. * testsuite/libgomp.c++/pr66199-4.C: Remove. * testsuite/libgomp.c++/pr66199-5.C: Remove. * testsuite/libgomp.c++/pr66199-6.C: Remove. * testsuite/libgomp.c++/pr66199-7.C: Remove. * testsuite/libgomp.c++/pr66199-8.C: Remove. * testsuite/libgomp.c++/pr66199-9.C: Remove. * testsuite/libgomp.c++/pr69389.C: Remove. * testsuite/libgomp.c++/simd10.C: Remove. * testsuite/libgomp.c++/simd11.C: Remove. * testsuite/libgomp.c++/simd12.C: Remove. * testsuite/libgomp.c++/simd13.C: Remove. * testsuite/libgomp.c++/target-1.C: Remove. * testsuite/libgomp.c++/target-3.C: Remove. * testsuite/libgomp.c++/target-4.C: Remove. * testsuite/libgomp.c++/target-5.C: Remove. * testsuite/libgomp.c++/taskgroup-1.C: Remove. * testsuite/libgomp.c++/taskloop-1.C: Remove. * testsuite/libgomp.c++/taskloop-2.C: Remove. * testsuite/libgomp.c++/taskloop-3.C: Remove. * testsuite/libgomp.c++/taskloop-4.C: Remove. * testsuite/libgomp.c++/udr-9.C: Remove. * testsuite/libgomp.c++/for-10.C: Remove. * testsuite/libgomp.c++/for-11.C: Remove. * testsuite/libgomp.c++/for-12.C: Remove. * testsuite/libgomp.c++/for-13.C: Remove. * testsuite/libgomp.c++/for-14.C: Remove. * testsuite/libgomp.c++/for-9.C: Remove. * testsuite/libgomp.c/atomic-18.c: Move ... * testsuite/libgomp.c-c++-common/atomic-18.c: ... here. * testsuite/libgomp.c/cancel-taskgroup-2.c: Move ... * testsuite/libgomp.c-c++-common/cancel-taskgroup-2.c: here. * testsuite/libgomp.c/loop-13.c: Move ... * testsuite/libgomp.c-c++-common/loop-13.c: ... here. * testsuite/libgomp.c/loop-14.c: Move ... * testsuite/libgomp.c-c++-common/loop-14.c: ... here. * testsuite/libgomp.c/loop-15.c: Remove. * testsuite/libgomp.c-c++-common/loop-15.c: New test. * testsuite/libgomp.c/monotonic-1.c: Move ... * testsuite/libgomp.c-c++-common/monotonic-1.c: ... here. * testsuite/libgomp.c/monotonic-2.c: Move ... * testsuite/libgomp.c-c++-common/monotonic-2.c: ... here. * testsuite/libgomp.c/nonmonotonic-1.c: Move ... * testsuite/libgomp.c-c++-common/nonmonotonic-1.c: ... here. * testsuite/libgomp.c/nonmonotonic-2.c: Move ... * testsuite/libgomp.c-c++-common/nonmonotonic-2.c: ... here. * testsuite/libgomp.c/ordered-4.c: Move ... * testsuite/libgomp.c-c++-common/ordered-4.c: ... here. * testsuite/libgomp.c/pr45784.c: Move ... * testsuite/libgomp.c-c++-common/pr45784.c: ... here. * testsuite/libgomp.c/pr64824.c: Move ... * testsuite/libgomp.c-c++-common/pr64824.c: ... here. * testsuite/libgomp.c/pr64868.c: Move ... * testsuite/libgomp.c-c++-common/pr64868.c: ... here. * testsuite/libgomp.c/pr66199-1.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-1.c: ... here. * testsuite/libgomp.c/pr66199-2.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-2.c: ... here. * testsuite/libgomp.c/pr66199-3.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-3.c: ... here. * testsuite/libgomp.c/pr66199-4.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-4.c: ... here. * testsuite/libgomp.c/pr66199-5.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-5.c: ... here. * testsuite/libgomp.c/pr66199-6.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-6.c: ... here. * testsuite/libgomp.c/pr66199-7.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-7.c: ... here. * testsuite/libgomp.c/pr66199-8.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-8.c: ... here. * testsuite/libgomp.c/pr66199-9.c: Move ... * testsuite/libgomp.c-c++-common/pr66199-9.c: ... here. * testsuite/libgomp.c/pr69389.c: Move ... * testsuite/libgomp.c-c++-common/pr69389.c: ... here. * testsuite/libgomp.c/simd-14.c: Move ... * testsuite/libgomp.c-c++-common/simd-14.c: ... here. * testsuite/libgomp.c/simd-15.c: Move ... * testsuite/libgomp.c-c++-common/simd-15.c: ... here. * testsuite/libgomp.c/simd-16.c: Move ... * testsuite/libgomp.c-c++-common/simd-16.c: ... here. * testsuite/libgomp.c/simd-17.c: Move ... * testsuite/libgomp.c-c++-common/simd-17.c: ... here. * testsuite/libgomp.c/target-1.c: Move ... * testsuite/libgomp.c-c++-common/target-1.c: ... here. * testsuite/libgomp.c/target-10.c: Move ... * testsuite/libgomp.c-c++-common/target-10.c: ... here. * testsuite/libgomp.c/target-13.c: Move ... * testsuite/libgomp.c-c++-common/target-13.c: ... here. * testsuite/libgomp.c/target-2.c: Move ... * testsuite/libgomp.c-c++-common/target-2.c: ... here. * testsuite/libgomp.c/taskgroup-1.c: Move ... * testsuite/libgomp.c-c++-common/taskgroup-1.c: ... here. * testsuite/libgomp.c/taskloop-1.c: Move ... * testsuite/libgomp.c-c++-common/taskloop-1.c: ... here. * testsuite/libgomp.c/taskloop-2.c: Move ... * testsuite/libgomp.c-c++-common/taskloop-2.c: ... here. * testsuite/libgomp.c/taskloop-3.c: Move ... * testsuite/libgomp.c-c++-common/taskloop-3.c: ... here. * testsuite/libgomp.c/taskloop-4.c: Move ... * testsuite/libgomp.c-c++-common/taskloop-4.c: ... here. * testsuite/libgomp.c/udr-1.c: Move ... * testsuite/libgomp.c-c++-common/udr-1.c: ... here. * testsuite/libgomp.c/for-1.c: Move ... * testsuite/libgomp.c-c++-common/for-1.c: ... here. * testsuite/libgomp.c/for-1.h: Move ... * testsuite/libgomp.c-c++-common/for-1.h: ... here. * testsuite/libgomp.c/for-2.c: Move ... * testsuite/libgomp.c-c++-common/for-2.c: ... here. * testsuite/libgomp.c/for-2.h: Move ... * testsuite/libgomp.c-c++-common/for-2.h: ... here. * testsuite/libgomp.c/for-3.c: Move ... * testsuite/libgomp.c-c++-common/for-3.c: ... here. * testsuite/libgomp.c/for-4.c: Move ... * testsuite/libgomp.c-c++-common/for-4.c: ... here. * testsuite/libgomp.c/for-5.c: Move ... * testsuite/libgomp.c-c++-common/for-5.c: ... here. * testsuite/libgomp.c/for-6.c: Move ... * testsuite/libgomp.c-c++-common/for-6.c: ... here. Added: trunk/libgomp/testsuite/libgomp.c-c++-common/atomic-18.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/atomic-18.c trunk/libgomp/testsuite/libgomp.c-c++-common/cancel-taskgroup-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/cancel-taskgroup-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/for-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/for-1.h - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-1.h trunk/libgomp/testsuite/libgomp.c-c++-common/for-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/for-2.h - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-2.h trunk/libgomp/testsuite/libgomp.c-c++-common/for-3.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-3.c trunk/libgomp/testsuite/libgomp.c-c++-common/for-4.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-4.c trunk/libgomp/testsuite/libgomp.c-c++-common/for-5.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-5.c trunk/libgomp/testsuite/libgomp.c-c++-common/for-6.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/for-6.c trunk/libgomp/testsuite/libgomp.c-c++-common/loop-13.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/loop-13.c trunk/libgomp/testsuite/libgomp.c-c++-common/loop-14.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/loop-14.c trunk/libgomp/testsuite/libgomp.c-c++-common/loop-15.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/loop-15.c trunk/libgomp/testsuite/libgomp.c-c++-common/monotonic-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/monotonic-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/monotonic-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/monotonic-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/nonmonotonic-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/nonmonotonic-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/nonmonotonic-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/nonmonotonic-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/ordered-4.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/ordered-4.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr45784.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr45784.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr64824.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr64824.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr64868.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr64868.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-3.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-3.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-4.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-4.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-5.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-5.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-6.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-6.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-7.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-7.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-8.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-8.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr66199-9.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr66199-9.c trunk/libgomp/testsuite/libgomp.c-c++-common/pr69389.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/pr69389.c trunk/libgomp/testsuite/libgomp.c-c++-common/simd-14.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/simd-14.c trunk/libgomp/testsuite/libgomp.c-c++-common/simd-15.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/simd-15.c trunk/libgomp/testsuite/libgomp.c-c++-common/simd-16.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/simd-16.c trunk/libgomp/testsuite/libgomp.c-c++-common/simd-17.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/simd-17.c trunk/libgomp/testsuite/libgomp.c-c++-common/target-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/target-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/target-10.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/target-10.c trunk/libgomp/testsuite/libgomp.c-c++-common/target-13.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/target-13.c trunk/libgomp/testsuite/libgomp.c-c++-common/target-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/target-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/taskgroup-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/taskgroup-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/taskloop-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/taskloop-1.c trunk/libgomp/testsuite/libgomp.c-c++-common/taskloop-2.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/taskloop-2.c trunk/libgomp/testsuite/libgomp.c-c++-common/taskloop-3.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/taskloop-3.c trunk/libgomp/testsuite/libgomp.c-c++-common/taskloop-4.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/taskloop-4.c trunk/libgomp/testsuite/libgomp.c-c++-common/udr-1.c - copied, changed from r259850, trunk/libgomp/testsuite/libgomp.c/udr-1.c Removed: trunk/libgomp/testsuite/libgomp.c++/atomic-16.C trunk/libgomp/testsuite/libgomp.c++/cancel-taskgroup-2.C trunk/libgomp/testsuite/libgomp.c++/for-10.C trunk/libgomp/testsuite/libgomp.c++/for-11.C trunk/libgomp/testsuite/libgomp.c++/for-12.C trunk/libgomp/testsuite/libgomp.c++/for-13.C trunk/libgomp/testsuite/libgomp.c++/for-14.C trunk/libgomp/testsuite/libgomp.c++/for-9.C trunk/libgomp/testsuite/libgomp.c++/loop-13.C trunk/libgomp/testsuite/libgomp.c++/loop-14.C trunk/libgomp/testsuite/libgomp.c++/loop-15.C trunk/libgomp/testsuite/libgomp.c++/monotonic-1.C trunk/libgomp/testsuite/libgomp.c++/monotonic-2.C trunk/libgomp/testsuite/libgomp.c++/nonmonotonic-1.C trunk/libgomp/testsuite/libgomp.c++/nonmonotonic-2.C trunk/libgomp/testsuite/libgomp.c++/ordered-1.C trunk/libgomp/testsuite/libgomp.c++/pr45784.C trunk/libgomp/testsuite/libgomp.c++/pr64824.C trunk/libgomp/testsuite/libgomp.c++/pr64868.C trunk/libgomp/testsuite/libgomp.c++/pr66199-1.C trunk/libgomp/testsuite/libgomp.c++/pr66199-2.C trunk/libgomp/testsuite/libgomp.c++/pr66199-3.C trunk/libgomp/testsuite/libgomp.c++/pr66199-4.C trunk/libgomp/testsuite/libgomp.c++/pr66199-5.C trunk/libgomp/testsuite/libgomp.c++/pr66199-6.C trunk/libgomp/testsuite/libgomp.c++/pr66199-7.C trunk/libgomp/testsuite/libgomp.c++/pr66199-8.C trunk/libgomp/testsuite/libgomp.c++/pr66199-9.C trunk/libgomp/testsuite/libgomp.c++/pr69389.C trunk/libgomp/testsuite/libgomp.c++/simd10.C trunk/libgomp/testsuite/libgomp.c++/simd11.C trunk/libgomp/testsuite/libgomp.c++/simd12.C trunk/libgomp/testsuite/libgomp.c++/simd13.C trunk/libgomp/testsuite/libgomp.c++/target-1.C trunk/libgomp/testsuite/libgomp.c++/target-3.C trunk/libgomp/testsuite/libgomp.c++/target-4.C trunk/libgomp/testsuite/libgomp.c++/target-5.C trunk/libgomp/testsuite/libgomp.c++/taskgroup-1.C trunk/libgomp/testsuite/libgomp.c++/taskloop-1.C trunk/libgomp/testsuite/libgomp.c++/taskloop-2.C trunk/libgomp/testsuite/libgomp.c++/taskloop-3.C trunk/libgomp/testsuite/libgomp.c++/taskloop-4.C trunk/libgomp/testsuite/libgomp.c++/udr-9.C trunk/libgomp/testsuite/libgomp.c/atomic-18.c trunk/libgomp/testsuite/libgomp.c/cancel-taskgroup-2.c trunk/libgomp/testsuite/libgomp.c/for-1.c trunk/libgomp/testsuite/libgomp.c/for-1.h trunk/libgomp/testsuite/libgomp.c/for-2.c trunk/libgomp/testsuite/libgomp.c/for-2.h trunk/libgomp/testsuite/libgomp.c/for-3.c trunk/libgomp/testsuite/libgomp.c/for-4.c trunk/libgomp/testsuite/libgomp.c/for-5.c trunk/libgomp/testsuite/libgomp.c/for-6.c trunk/libgomp/testsuite/libgomp.c/loop-13.c trunk/libgomp/testsuite/libgomp.c/loop-14.c trunk/libgomp/testsuite/libgomp.c/loop-15.c trunk/libgomp/testsuite/libgomp.c/monotonic-1.c trunk/libgomp/testsuite/libgomp.c/monotonic-2.c trunk/libgomp/testsuite/libgomp.c/nonmonotonic-1.c trunk/libgomp/testsuite/libgomp.c/nonmonotonic-2.c trunk/libgomp/testsuite/libgomp.c/ordered-4.c trunk/libgomp/testsuite/libgomp.c/pr45784.c trunk/libgomp/testsuite/libgomp.c/pr64824.c trunk/libgomp/testsuite/libgomp.c/pr64868.c trunk/libgomp/testsuite/libgomp.c/pr66199-1.c trunk/libgomp/testsuite/libgomp.c/pr66199-2.c trunk/libgomp/testsuite/libgomp.c/pr66199-3.c trunk/libgomp/testsuite/libgomp.c/pr66199-4.c trunk/libgomp/testsuite/libgomp.c/pr66199-5.c trunk/libgomp/testsuite/libgomp.c/pr66199-6.c trunk/libgomp/testsuite/libgomp.c/pr66199-7.c trunk/libgomp/testsuite/libgomp.c/pr66199-8.c trunk/libgomp/testsuite/libgomp.c/pr66199-9.c trunk/libgomp/testsuite/libgomp.c/pr69389.c trunk/libgomp/testsuite/libgomp.c/simd-14.c trunk/libgomp/testsuite/libgomp.c/simd-15.c trunk/libgomp/testsuite/libgomp.c/simd-16.c trunk/libgomp/testsuite/libgomp.c/simd-17.c trunk/libgomp/testsuite/libgomp.c/target-1.c trunk/libgomp/testsuite/libgomp.c/target-10.c trunk/libgomp/testsuite/libgomp.c/target-13.c trunk/libgomp/testsuite/libgomp.c/target-2.c trunk/libgomp/testsuite/libgomp.c/taskgroup-1.c trunk/libgomp/testsuite/libgomp.c/taskloop-1.c trunk/libgomp/testsuite/libgomp.c/taskloop-2.c trunk/libgomp/testsuite/libgomp.c/taskloop-3.c trunk/libgomp/testsuite/libgomp.c/taskloop-4.c trunk/libgomp/testsuite/libgomp.c/udr-1.c Modified: trunk/libgomp/ChangeLog trunk/libgomp/testsuite/libgomp.c++/udr-19.C