This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/65460] parloops transforms offloaded functions


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

--- Comment #7 from vries at gcc dot gnu.org ---
Author: vries
Date: Tue Jun  9 21:14:46 2015
New Revision: 224303

URL: https://gcc.gnu.org/viewcvs?rev=224303&root=gcc&view=rev
Log:
Mark offloaded functions as parallelized

2015-06-09  Tom de Vries  <tom@codesourcery.com>

        PR tree-optimization/65460
        * omp-low.c (expand_omp_target): Set parallelized_function on
        cgraph_node for child_fn.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c


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