dwarf2out.c (output_line_info): Don't try to dereference a NULL current_function_decl.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 12 Apr 2005 01:45:43 +0000 (01:45 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 12 Apr 2005 01:45:43 +0000 (01:45 +0000)
commit92b0bb67877046d21c1b208410f38081c82ff862
tree509797858a935c215529b6d39249e06cd5095ee4
parentb52485c6316e1ff68572720da538e93e6ad70b83
dwarf2out.c (output_line_info): Don't try to dereference a NULL current_function_decl.

* dwarf2out.c (output_line_info): Don't try to dereference
a NULL current_function_decl.

From-SVN: r98000
gcc/ChangeLog
gcc/dwarf2out.c