*** empty log message ***
authorTom Wood <wood@gnu.org>
Sat, 21 Mar 1992 23:23:49 +0000 (23:23 +0000)
committerTom Wood <wood@gnu.org>
Sat, 21 Mar 1992 23:23:49 +0000 (23:23 +0000)
From-SVN: r553

gcc/sdbout.c

index bb2a10c0ede0a5f3493033c438ed596cbf1ab4bc..6eebfd1552ddcb41285f6caccc826c2e65e7808c 100644 (file)
@@ -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);
        }
     }