This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Dwarf2 and inlined functions
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Sat, 2 Mar 02 10:29:38 EST
- Subject: Dwarf2 and inlined functions
I'm confused. dwarf2out.c has no hook for deferred_inline_function. But if
the function is never "outlined" (e.g., is always inlined) how do the
DIEs for the DECL_ABSTRACT_ORIGIN values in the usage of the inlined function
ever get made?
I'm seeing an ICE compiling the Ada RTS on x86 for this: it started happening
about a week or so ago.