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]

New warnings for insn-attr.h


Hi all,

during a build of mainline on i686-pc-linux-gnu I'm seeing many 
instances of these warnings:

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:22: warning: comma at end of enumerator list
In file included from ../../Sandbox-head/gcc/gcc/local-alloc.c:72:
insn-attr.h:47: warning: comma at end of enumerator list
insn-attr.h:51: warning: comma at end of enumerator list
insn-attr.h:55: warning: comma at end of enumerator list
insn-attr.h:59: warning: comma at end of enumerator list
insn-attr.h:63: warning: comma at end of enumerator list
insn-attr.h:67: warning: comma at end of enumerator list
insn-attr.h:71: warning: comma at end of enumerator list
insn-attr.h:75: warning: comma at end of enumerator list

(indeed, a spurious comma is present in the concerned file)

???

Ciao,
Paolo.



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