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 debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think I'd prefer the second hunk (but it needs to go omp-expand.c instead),
guarded with if (!gimple_in_ssa_p (cfun)), so that it is really done only
early.  It should likely be done in expand_omp_target too, not sure about
grid_expand_target_grid_body, Martin?).  And for omp_cpyfn already in
omp-low.c's finalize_task_copyfn.  Perhaps best spot for the debug early hook
is close to the cgraph_node::add_new_function calls in omp*.c.

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