r199709 - in /trunk/gcc: c/ChangeLog c/c-typeck...
bviyer@gcc.gnu.org
bviyer@gcc.gnu.org
Wed Jun 5 19:43:00 GMT 2013
Author: bviyer
Date: Wed Jun 5 19:43:44 2013
New Revision: 199709
URL: http://gcc.gnu.org/viewcvs?rev=199709&root=gcc&view=rev
Log:
+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.
+
Added:
trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57457-2.c
trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57457.c
Modified:
trunk/gcc/c/ChangeLog
trunk/gcc/c/c-typeck.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list