Re: bracing errors in gcc/except.c?

2011-01-17 Thread Dave Korn
On 16/01/2011 18:49, Jack Howarth wrote: > The unnecessary bracing immediately after... > > for (lp = i->landing_pads; lp ; lp = lp->next_lp); > > seems odd (as if the line above has accidentally gotten a ';' added). > Is there a coding error here? Clearly, since it would make n

bracing errors in gcc/except.c?

2011-01-16 Thread Jack Howarth
While doing builds of gcc trunk with --enable-build-with-cxx, the g++ compiler triggers some warnings not seen with the stock build. In particular, I see... g++ -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-