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/81936] ICE in dwarf2out_die_ref_for_decl, at dwarf2out.c:5543


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

--- Comment #12 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to rguenther@suse.de from comment #11)
> > And then we run into the next ICE:

> Shit happens ;)

Heh, it does :)

> Is that now the offload compiler?

Nope, still the host compiler, we're ICE-ing during
symbol_table::finalize_compilation_unit, so we're actual ICE-ing earlier than
before.

I'm going to look now at r(251220 - 1), just before the ICE, to understand how
things were handled there.

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