sdbout.c tree check error

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Sat Mar 27 00:40:00 GMT 2004


    i386.h points at the end of a typedef enum; the sdbout code looks like
    this:

   if (TREE_CODE (type) == ENUMERAL_TYPE)
     {
       for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem))

    This code is many years old.

    Ideas?

TYPE_FIELDS should be TYPE_VALUES.



More information about the Gcc mailing list