diff options
author | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-21 23:23:49 +0000 |
---|---|---|
committer | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-21 23:23:49 +0000 |
commit | 3e3d68cfc331d7f440f44ee027bbe63eefc06c8d (patch) | |
tree | bc8e86f4f01b7c9005138730556797ad2fa22230 /gcc/sdbout.c | |
parent | f038b3070af0f67b1cbba96c5da517a9282d959a (diff) | |
download | ppe42-gcc-3e3d68cfc331d7f440f44ee027bbe63eefc06c8d.tar.gz ppe42-gcc-3e3d68cfc331d7f440f44ee027bbe63eefc06c8d.zip |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |