r194542 - in /branches/cilkplus/gcc: ChangeLog....
bviyer@gcc.gnu.org
bviyer@gcc.gnu.org
Sun Dec 16 22:06:00 GMT 2012
Author: bviyer
Date: Sun Dec 16 22:06:22 2012
New Revision: 194542
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194542
Log:
Reject consecutive _Cilk_spawn keywords.
testsuite/ChangeLog.cilkplus
+ * gcc.dg/cilk-plus/cilk_keywords_test/errors/concec_cilk_spawn.c:
+ Likewise.
gcc/ChangeLog.cilkplus
+ (c_parser_postfix_expression): Added check for consecutive _Cilk_spawn
+ keyword. If found, emit and error.
Added:
branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/cilk_keywords_test/errors/concec_cilk_spawn.c
Modified:
branches/cilkplus/gcc/ChangeLog.cilkplus
branches/cilkplus/gcc/c/c-parser.c
branches/cilkplus/gcc/testsuite/ChangeLog.cilkplus
More information about the Gcc-cvs
mailing list