| Submitter | Paolo Carlini |
|---|---|
| Date | Sept. 24, 2012, 3:36 p.m. |
| Message ID | <50607E11.8000002@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/186469/ |
| State | New |
| Headers | show |
Comments
OK. Jason
Patch
Index: error.c =================================================================== --- error.c (revision 191665) +++ error.c (working copy) @@ -1348,7 +1348,7 @@ dump_function_decl (tree t, int flags) return; } - flags &= ~TFF_UNQUALIFIED_NAME; + flags &= ~(TFF_UNQUALIFIED_NAME | TFF_TEMPLATE_NAME); if (TREE_CODE (t) == TEMPLATE_DECL) t = DECL_TEMPLATE_RESULT (t);