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
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
It also caused a code analysis tool to wander off into the weeds.
2011-06-05 Bruce Korb
* gcc/cp/cxx-pretty-print.c (pp_cxx_decl_specifier_seq): Do not have a
switch
label pointing into an "else" clause for an "if".
Index: gcc/cp/cxx-pretty-print.c
==