Re: [C++ PATCH] Fix for-2.C OpenMP regression (PR c++/51496)
OK. Jason
[C++ PATCH] Fix for-2.C OpenMP regression (PR c++/51496)
Hi! On extern void baz (int); template void f7 (int i, int x, int y) { #pragma omp parallel for for (i = x - 10; i <= y + 10; i += N) baz (i); } part of libgomp.c++/for-2.C testcase we now ICE, because the increment expression contains IMPLICIT_CONV_EXPR. Fixed by also using cp_parser_omp_