+2013-06-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
authorbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jun 2013 19:43:44 +0000 (19:43 +0000)
committerbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jun 2013 19:43:44 +0000 (19:43 +0000)
commit6e13bc01ad57295c17d06d8a9e16eace56c2524b
tree005efb9d7ed1ced3b6adc7e7e531abbb322c6363
parent2d4871786393f22bbcb7e532542e20857a69b49b
+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.
+

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199709 138bc75d-0d04-0410-961f-82ee72b054a4
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]