diff options
author | Marek Polacek <polacek@redhat.com> | 2014-03-06 13:41:46 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2014-03-06 13:41:46 +0000 |
commit | 3af9c5e9783dd757a944a9022bec182ced5e0596 (patch) | |
tree | 2d668c3e9bd8ebb785bab61a9adb5b1d97776036 /gcc/fortran/trans.c | |
parent | 227a7dc8fb3b72780e5127d85306381b8ff3e81e (diff) | |
download | gcc-3af9c5e9783dd757a944a9022bec182ced5e0596.zip gcc-3af9c5e9783dd757a944a9022bec182ced5e0596.tar.gz gcc-3af9c5e9783dd757a944a9022bec182ced5e0596.tar.bz2 |
re PR c/60197 (ICE with _Cilk_spawn in expression)
PR c/60197
c-family/
* cilk.c (contains_cilk_spawn_stmt): New function.
(contains_cilk_spawn_stmt_walker): Likewise.
(recognize_spawn): Give error on invalid use of _Cilk_spawn.
* c-common.h (contains_cilk_spawn_stmt): Add declaration.
c/
* c-typeck.c (c_finish_return): Call contains_cilk_spawn_stmt instead
of checking tree code.
cp/
* typeck.c (check_return_expr): Call contains_cilk_spawn_stmt instead
of checking tree code.
testsuite/
* c-c++-common/cilk-plus/CK/pr60197.c: New test.
* c-c++-common/cilk-plus/CK/pr60197-2.c: New test.
From-SVN: r208382
Diffstat (limited to 'gcc/fortran/trans.c')
0 files changed, 0 insertions, 0 deletions