r192235 - in /branches/cilkplus/gcc: ChangeLog....
bviyer@gcc.gnu.org
bviyer@gcc.gnu.org
Tue Oct 9 00:25:00 GMT 2012
Author: bviyer
Date: Tue Oct 9 00:25:28 2012
New Revision: 192235
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192235
Log:
Fixed a fib case involving structures.
gcc/ChangeLog.cilkplus
2012-10-08 Balaji V. Iyer <balaji.v.iyer@intel.com>
* tree.h (SPAWN_DETACH_POINT): Removed the restriction of a CALL_EXPR.
gcc/c-family/ChangeLog.cilkplus
2012-10-08 Balaji V. Iyer <balaji.v.iyer@intel.com>
* c-cilk.c (recognize_spawn): Added a check for not TARGET_EXPR.
(cilk_valid_spawn): Added a check if TARGET_EXPR_INITIAL is not an
aggregate init. expr.
gcc/testsuite/ChangeLog.cilkplus
2012-10-08 Balaji V. Iyer <balaji.v.iyer@intel.com>
* g++.dg/cilk-plus/cilk_keywords_test/compile/fib-struct.cc: Added
directive to assemble and check assembler to find spawn helper.
* g++.dg/cilk-plus/cilk_keywords_test/compile/fib-struct2.cc: New test.
* g++.dg/cilk-plus/cilk_keywords_test/execute/fib-struct2.cc: Likewise.
Added:
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/compile/fib-struct2.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/execute/fib-struct2.cc
Modified:
branches/cilkplus/gcc/ChangeLog.cilkplus
branches/cilkplus/gcc/c-family/ChangeLog.cilkplus
branches/cilkplus/gcc/c-family/c-cilk.c
branches/cilkplus/gcc/testsuite/ChangeLog.cilkplus
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/compile/fib-struct.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/execute/fib-struct.cc
branches/cilkplus/gcc/tree.h
More information about the Gcc-cvs
mailing list