From: Tom Wood Date: Sat, 21 Mar 1992 23:23:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c325abbd2e9f57d61e52735c1ebe68f34437614e;p=gcc.git *** empty log message *** From-SVN: r553 --- 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); } }