This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hello Aldy, The only time we will get into this function (cp_parser_cilk_for) is when the fcilkplus is turned on.
Here is the original call for this function (line #9983) :
if (!flag_enable_cilk) fatal_error ("-fcilkplus must be enabled to use %<cilk_for%>"); else statement = cp_parser_cilk_for (parser, (tree) NULL_TREE, parser->in_statement);
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |