This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
New warnings for insn-attr.h
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 13 May 2002 13:58:58 +0200
- Subject: 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.