decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl ==...
authorJakub Jelinek <jakub@redhat.com>
Thu, 8 Apr 2004 13:38:00 +0000 (15:38 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 8 Apr 2004 13:38:00 +0000 (15:38 +0200)
commita7485e9375687b897612280a3a33d45542783f6c
treedeb8ed628fbc0187b79f6c48de164184eaf50581
parentaf15298919fc249fc35fc33144271c560c74939c
decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl == NULL.

* decl2.c (mark_used): Don't segfault if cfun != NULL but
current_function_decl == NULL.

From-SVN: r80506
gcc/cp/ChangeLog
gcc/cp/decl2.c