This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r232393 - in /trunk/gcc: c-family/ChangeLog c-f...


Author: law
Date: Thu Jan 14 22:23:09 2016
New Revision: 232393

URL: https://gcc.gnu.org/viewcvs?rev=232393&root=gcc&view=rev
Log:
[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.

Added:
    trunk/gcc/testsuite/g++.dg/cilk-plus/CK/pr69048.cc
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/cilk.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]