diff options
Diffstat (limited to 'gcc/dwarf2out.c')
| -rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index bea02f9..4452b9fa 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -22859,6 +22859,7 @@ gen_subprogram_die (tree decl, dw_die_ref context_die) available. */ int declaration = (current_function_decl != decl + || (!DECL_INITIAL (decl) && !origin) || class_or_namespace_scope_p (context_die)); /* A declaration that has been previously dumped needs no |
