This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sdbout.c tree check error


    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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]