This is the mail archive of the gcc-patches@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: Accept whitespace in define_attr/set_attr lists


I am seeing warnings like:

insn-attr.h:10: warning: comma at end of enumerator list
insn-attr.h:14: warning: comma at end of enumerator list
insn-attr.h:18: warning: comma at end of enumerator list
insn-attr.h:31: warning: comma at end of enumerator list
insn-attr.h:35: warning: comma at end of enumerator list
insn-attr.h:39: warning: comma at end of enumerator list

The enumerator list at line 18 is:

enum attr_cpu {CPU_700, CPU_7100, CPU_7100LC, CPU_7200, CPU_7300, CPU_8000, };

Could your recent patch be the cause?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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