On Wed, Jan 25, 2006 at 04:13:02PM -0800, Steve Ellcey wrote: > > I see, in an older GCC build output I see a compilation of > insn-attrtab.c and I get the messages: > > /proj/opensrc/sje/svn/gcc.patch/trunk/gcc/config/ia64/itanium2.md: In > function 'print_reservation': > /proj/opensrc/sje/svn/gcc.patch/trunk/gcc/config/ia64/itanium2.md:127585: > warning: string length '669' is greater than the length '509' ISO C89 > compilers are required to support > > But the build does not abort because after the -Werror option we also have > -Wno-error.
Ah. Add insn-automata.o-warn = -Wno-error somewhere in the makefile (search for -Wno-error to see where the other files with this treatment are). zw