]> gcc.gnu.org Git - gcc.git/commit - gcc/dwarfout.c
(output_decl): Check for DECL_INITIAL == NULL_TREE rather than DECL_EXTERNAL !=...
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 25 Apr 1993 22:11:11 +0000 (18:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 25 Apr 1993 22:11:11 +0000 (18:11 -0400)
commit0020519f3a37ac314f6f2e407c301b8dfbb53dd7
tree62d922bbf27aca1c81f493153fed69fa4188d5c4
parent1934ceca8c3e283f28a36778cd4259f3c90abf48
(output_decl): Check for DECL_INITIAL == NULL_TREE rather than DECL_EXTERNAL !=...

(output_decl): Check for DECL_INITIAL == NULL_TREE rather than
DECL_EXTERNAL != 0 when trying to see if we have a mere function
declaration rather than a function definition.
(dwarfout_file_scope_decl): Likewise.  Also, don't bother checking
TREE_USED for file-scope functions, since it isn't 100% accurate until
the end of compilation anyway.

From-SVN: r4225
gcc/dwarfout.c
This page took 0.061401 seconds and 5 git commands to generate.