c-parser.c
459 KB
-
re PR c/67495 (#pragma omp atomic ICEs) · f4b189d5
PR c/67495 * c-parser.c (c_parser_omp_atomic): Use c_parser_cast_expression instead of c_parser_unary_expression. If the result is !lvalue_p, wrap the result of c_fully_fold into NON_LVALUE_EXPR. * gcc.dg/gomp/pr67495.c: New test. From-SVN: r227576
Jakub Jelinek committed