Re: Patch: aesthetics for gcc/cp/cxx-pretty-print.c

2011-06-07 Thread Paolo Bonzini
On 06/06/2011 04:17 AM, Bruce Korb wrote: It also caused a code analysis tool to wander off into the weeds. And "x, break;" didn't? :) (First time I see it, I swear). Paolo

Re: Patch: aesthetics for gcc/cp/cxx-pretty-print.c

2011-06-05 Thread Basile Starynkevitch
On Sun, 05 Jun 2011 19:17:48 -0700 Bruce Korb wrote: > It also caused a code analysis tool to wander off into the weeds. > + if (DECL_NONSTATIC_MEMBER_FUNCTION_P (t)) > +pp_cxx_decl_specifier_seq (pp, TREE_TYPE (TREE_TYPE (t))), break; > + /* FALLTHROUGH */ I believe the usual