+2013-06-04 Balaji V.
authorBalaji V. Iyer <balaji.v.iyer@intel.com>
Wed, 5 Jun 2013 19:43:44 +0000 (19:43 +0000)
committerBalaji V. Iyer <bviyer@gcc.gnu.org>
Wed, 5 Jun 2013 19:43:44 +0000 (12:43 -0700)
commit6d6efbb3b30874a7e3e2b66085e390f44f500ab3
tree005efb9d7ed1ced3b6adc7e7e531abbb322c6363
parent0d471c50a327e5fae65e4ab29bf48ad0f700d295
+2013-06-04 Balaji V.

+2013-06-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * c-typeck.c (convert_arguments): Moved checking of builtin cilkplus
+       reduction functions outside the for-loop.  Also, added a check if the
+       fundecl is non-NULL.
+

+2013-06-05  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       PR C/57457
+       * c-c++-common/cilk-plus/AN/pr57457.c: New test.
+       * c-c++-common/cilk-plus/AN/pr57457-2.c: Likewise.
+

From-SVN: r199709
gcc/c/ChangeLog
gcc/c/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cilk-plus/AN/pr57457-2.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/AN/pr57457.c [new file with mode: 0644]