* decl2.c (mark_used): Don't segfault if cfun != NULL but
current_function_decl == NULL.
From-SVN: r80506
+2004-04-08 Jakub Jelinek <jakub@redhat.com>
+
+ * decl2.c (mark_used): Don't segfault if cfun != NULL but
+ current_function_decl == NULL.
+
2004-04-05 Nathan Sidwell <nathan@codesourcery.com>
PR c++/3518
generate its body to find that out. */
|| TREE_NOTHROW (decl)
|| !cfun
+ || !current_function_decl
/* If we already know the current function can't throw,
then we don't need to work hard to prove it. */
|| TREE_NOTHROW (current_function_decl)