https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103349
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:4b1e14346a08554dc33f71fca980578a7a3e38a2 commit r12-5446-g4b1e14346a08554dc33f71fca980578a7a3e38a2 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Nov 22 10:13:24 2021 +0100 openmp: Handle OMP_MASKED in potential_constant_expression_1 [PR103349] WHen adding OMP_MASKED, I apparently forgot to handle it in potential_constant_expression_1, which means we can ICE on it. 2021-11-22 Jakub Jelinek <ja...@redhat.com> PR c++/103349 * constexpr.c (potential_constant_expression_1): Punt on OMP_MASKED. * g++.dg/gomp/masked-1.C: New test.