r192266 - in /branches/cilkplus/gcc: ChangeLog....

bviyer@gcc.gnu.org bviyer@gcc.gnu.org
Tue Oct 9 17:10:00 GMT 2012


Author: bviyer
Date: Tue Oct  9 17:10:09 2012
New Revision: 192266

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192266
Log:
Fixed an spawning-arc issue.
2012-10-09  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * gimplify.c (gimplify_call_expr): Moved enter_frame call from the
        frame_body creation to right before the detach call.

2012-10-09  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * c-cilk.c (install_body_with_frame_cleanup): Moved enter_frame call
        from here to the gimplify_call_expr (right before inserting detach).

2012-10-09  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * g++.dg/cilk-plus/cilk_keywords_test/execute/spawning_arc.cc: New test.



Added:
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/execute/spawning_arc.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/gimplify.c
    branches/cilkplus/gcc/testsuite/ChangeLog.cilkplus



More information about the Gcc-cvs mailing list