]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
[cilkplus] Fix cilk_spawn gimplification bug (PR cilkplus/69048)
authorRyan Burn <contact@rnburn.com>
Thu, 14 Jan 2016 22:23:09 +0000 (22:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Jan 2016 22:23:09 +0000 (15:23 -0700)
commitb6e3db0608604ddd93b77b42a598e1d0b2d6efd1
tree5123b2c42371f63149c2fe16f954433caa95578f
parent006df05d5cc462545336d5a439afbf10732acd16
[cilkplus] Fix cilk_spawn gimplification bug (PR cilkplus/69048)

PR c++/69048
* cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr
 to add missing cleanup point.

PR c++/69048
* g++.dg/cilk-plus/CK/pr69048.cc: New test.

From-SVN: r232393
gcc/c-family/ChangeLog
gcc/c-family/cilk.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cilk-plus/CK/pr69048.cc [new file with mode: 0644]