From c325abbd2e9f57d61e52735c1ebe68f34437614e Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Sat, 21 Mar 1992 23:23:49 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r553 --- gcc/sdbout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/sdbout.c b/gcc/sdbout.c index bb2a10c0ede..6eebfd1552d 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -847,7 +847,7 @@ sdbout_dequeue_anonymous_types () { register tree type = TREE_VALUE (link); - if (! TREE_ASM_WRITTEN (type)) + if (type && ! TREE_ASM_WRITTEN (type)) sdbout_one_type (type); } } -- 2.30.2