[Bug c/63307] [4.9/5 Regression] Cilk+ breaks -fcompare-debug bootstrap

iverbin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 20 16:11:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307

--- Comment #6 from iverbin at gcc dot gnu.org ---
Author: iverbin
Date: Mon Oct 20 15:22:09 2014
New Revision: 216483

URL: https://gcc.gnu.org/viewcvs?rev=216483&root=gcc&view=rev
Log:
    PR c/63307
gcc/c-family/
    * cilk.c: Include vec.h.
    (struct cilk_decls): New structure.
    (wrapper_parm_cb): Split this function to...
    (fill_decls_vec): ...this...
    (create_parm_list): ...and this.
    (compare_decls): New function.
    (for_local_cb): Remove.
    (wrapper_local_cb): Ditto.
    (build_wrapper_type): For now first traverse and fill vector of
    declarations then sort it and then deal with sorted vector.
    (cilk_outline): Ditto.
    (declare_one_free_variable): Ditto.

Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/cilk.c



More information about the Gcc-bugs mailing list