r209646 - in /trunk/gcc: c/ChangeLog c/c-parser...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Tue Apr 22 16:22:00 GMT 2014
Author: jakub
Date: Tue Apr 22 16:22:22 2014
New Revision: 209646
URL: http://gcc.gnu.org/viewcvs?rev=209646&root=gcc&view=rev
Log:
PR c/59073
c/
* c-parser.c (c_parser_omp_parallel): If c_parser_omp_for
fails, don't set OM_PARALLEL_COMBINED and return NULL.
cp/
* parser.c (cp_parser_omp_parallel): If cp_parser_omp_for
fails, don't set OM_PARALLEL_COMBINED and return NULL.
testsuite/
* c-c++-common/gomp/pr59073.c: New test.
Added:
trunk/gcc/testsuite/c-c++-common/gomp/pr59073.c
Modified:
trunk/gcc/c/ChangeLog
trunk/gcc/c/c-parser.c
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list