re PR c/57563 (Lots of Cilk+ failures on i686-linux)
authorBalaji V. Iyer <balaji.v.iyer@intel.com>
Mon, 10 Jun 2013 23:14:12 +0000 (23:14 +0000)
committerBalaji V. Iyer <bviyer@gcc.gnu.org>
Mon, 10 Jun 2013 23:14:12 +0000 (16:14 -0700)
commit00b8517d4cb2ee11b7b07e1c69a00ca07edfed4e
treeaaa8d116d537e4253cf42dbd2f2f1bb4638b756c
parent3b31a7273829b9b36bbe542952f7a23e68860055
re PR c/57563 (Lots of Cilk+ failures on i686-linux)

Fix for PR c/57563
gcc/c/ChangeLog
+2013-06-10  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * c-array-notation.c (fix_builtin_array_notation_fn): Fully folded
+       excessive precision expressions in function parameters.  Also removed
+       couple unwanted while statements.
+

gcc/testsuite/ChangeLog
+2013-06-10  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       PR c/57563
+       * c-c++-common/cilk-plus/AN/builtin_fn_mutating.c (main): Fixed a bug
+       in how we check __sec_reduce_mutating function's result.
+

From-SVN: r199925
gcc/c/ChangeLog
gcc/c/c-array-notation.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cilk-plus/AN/builtin_fn_mutating.c