https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84430
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sat Mar 3 13:34:48 2018 New Revision: 258196 URL: https://gcc.gnu.org/viewcvs?rev=258196&root=gcc&view=rev Log: Backported from mainline 2018-02-19 Jakub Jelinek <ja...@redhat.com> PR c++/84430 * constexpr.c (potential_constant_expression_1): Handle OMP_SIMD. * g++.dg/gomp/pr84430.C: New test. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/gomp/pr84430.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/constexpr.c branches/gcc-7-branch/gcc/testsuite/ChangeLog