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.