[Bug c++/69267] [cilkplus] ICE when calling a function with an empty class as an argument
law at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 27 17:18:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69267
--- Comment #1 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Wed Jan 27 17:17:23 2016
New Revision: 232887
URL: https://gcc.gnu.org/viewcvs?rev=232887&root=gcc&view=rev
Log:
2016-01-15 Ryan Burn <contact@rnburn.com>
PR cilkplus/69267
* cilk.c (cilk_gimplify_call_params_in_spawned_fn): Change to use
gimplify_arg. Removed superfluous post_p argument.
* c-family.h (cilk_gimplify_call_params_in_spawned_fn): Removed
superfluous post_p argument.
* c-gimplify.c (c_gimplify_expr): Likewise.
gcc/cp/ChangeLog:
2016-01-15 Ryan Burn <contact@rnburn.com>
PR cilkplus/69267
* cp-gimplify.c (cilk_cp_gimplify_call_params_in_spawned_fn): Removed
superfluous post_p argument in call to
cilk_gimplify_call_params_in_spawned_fn.
gcc/testsuite/ChangeLog:
2016-01-15 Ryan Burn <contact@rnburn.com>
PR cilkplus/69267
* g++.dg/cilk-plus/CK/pr69267.cc: New test.
Added:
trunk/gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc
Modified:
trunk/gcc/c-family/ChangeLog
trunk/gcc/c-family/c-common.h
trunk/gcc/c-family/c-gimplify.c
trunk/gcc/c-family/cilk.c
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-gimplify.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list