aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
diff options
context:
space:
mode:
authorIlya Verbin <ilya.verbin@intel.com>2016-04-20 15:48:53 +0000
committerIlya Verbin <iverbin@gcc.gnu.org>2016-04-20 15:48:53 +0000
commit477d4906b8bcb8f248de837f5ddf9e7013f5b01f (patch)
treed16ed1a8023ecf7c6217b7ae8112e22153ff60dd /gcc/tree-if-conv.c
parentfad08d127f63c0deff683d38034863abf5201bb0 (diff)
downloadgcc-477d4906b8bcb8f248de837f5ddf9e7013f5b01f.zip
gcc-477d4906b8bcb8f248de837f5ddf9e7013f5b01f.tar.gz
gcc-477d4906b8bcb8f248de837f5ddf9e7013f5b01f.tar.bz2
re PR c++/69363 (ICE when doing a pragma simd reduction with max)
Fix PR c++/69363 gcc/c-family/ PR c++/69363 * c-cilkplus.c (c_finish_cilk_clauses): Remove function. * c-common.h (c_finish_cilk_clauses): Remove declaration. gcc/c/ PR c++/69363 * c-parser.c (c_parser_cilk_all_clauses): Use c_finish_omp_clauses instead of c_finish_cilk_clauses. * c-tree.h (c_finish_omp_clauses): Add new default argument. * c-typeck.c (c_finish_omp_clauses): Add new argument. Allow floating-point variables in the linear clause for Cilk Plus. gcc/cp/ PR c++/69363 * cp-tree.h (finish_omp_clauses): Add new default argument. * parser.c (cp_parser_cilk_simd_all_clauses): Use finish_omp_clauses instead of c_finish_cilk_clauses. * semantics.c (finish_omp_clauses): Add new argument. Allow floating-point variables in the linear clause for Cilk Plus. gcc/testsuite/ PR c++/69363 * c-c++-common/cilk-plus/PS/clauses3.c: Adjust dg-error string. * c-c++-common/cilk-plus/PS/clauses4.c: New test. * c-c++-common/cilk-plus/PS/pr69363.c: New test. From-SVN: r235290
Diffstat (limited to 'gcc/tree-if-conv.c')
0 files changed, 0 insertions, 0 deletions