Commit 6373aa3a by Jason Merrill

x

From-SVN: r14445
parent 5e26979c
...@@ -7636,9 +7636,6 @@ gen_subprogram_die (decl, context_die) ...@@ -7636,9 +7636,6 @@ gen_subprogram_die (decl, context_die)
} }
else if (DECL_INLINE (decl)) else if (DECL_INLINE (decl))
add_AT_unsigned (subr_die, DW_AT_inline, DW_INL_inlined); add_AT_unsigned (subr_die, DW_AT_inline, DW_INL_inlined);
else if (declaration)
/* Block extern declaration in an inline function. */
add_AT_flag (subr_die, DW_AT_declaration, 1);
else else
abort (); abort ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment