View | Details | Return to bug 24052 | Differences between
and this patch

Collapse All | Expand All

(-)gcc/cp/error.c.old (+1 lines)
Lines 1283-1288 Link Here
1283
    case FUNCTION_DECL:
1283
    case FUNCTION_DECL:
1284
    case TEMPLATE_DECL:
1284
    case TEMPLATE_DECL:
1285
    case NAMESPACE_DECL:
1285
    case NAMESPACE_DECL:
1286
    case LABEL_DECL:
1286
    case OVERLOAD:
1287
    case OVERLOAD:
1287
    case IDENTIFIER_NODE:
1288
    case IDENTIFIER_NODE:
1288
      dump_decl (t, (flags & ~TFF_DECL_SPECIFIERS) | TFF_NO_FUNCTION_ARGUMENTS);
1289
      dump_decl (t, (flags & ~TFF_DECL_SPECIFIERS) | TFF_NO_FUNCTION_ARGUMENTS);

Return to bug 24052