https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92084
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Oct 14 08:28:05 2019 New Revision: 276954 URL: https://gcc.gnu.org/viewcvs?rev=276954&root=gcc&view=rev Log: 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. Added: trunk/gcc/testsuite/g++.dg/gomp/pr92084.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/semantics.c trunk/gcc/testsuite/ChangeLog