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 ipa/70348] [6 Regression][openacc] ICE in visit_ref_for_mod_analysis, at ipa-prop.c


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

--- Comment #5 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
the intended current implementation is to treat 'sum' as firstprivate. 
however, putting in an explicit firstprivate causes another different ICE (in 
lower_oacc_reductions) -- regardless of whether 'sum' is a parameter, or a
local (initialized) variable.  Clearly at least two other bugs lurk.

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