]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/92084
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 2019 08:28:05 +0000 (08:28 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 2019 08:28:05 +0000 (08:28 +0000)
commit7226c048830be3c5b2f3df08b0ecc44cb784470a
treec6672e89bbcaf3522cf1430c7804ae0eed937ba8
parent4940ee876372a906522c0f3ba35038f80e36f25c
PR c++/92084
* semantics.c (handle_omp_array_sections_1): Temporarily disable
-fstrong-eval-order also for in_reduction and task_reduction clauses.

* g++.dg/gomp/pr92084.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276954 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gomp/pr92084.C [new file with mode: 0644]