GCC Bugzilla – Attachment 9803 Details for
Bug 24052
[3.4/4.0/4.1 Regression] &#`label_decl' not supported by dump_expr#<expression error>
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Trivial fix
error.c.patch (text/plain), 363 bytes, created by
Guillaume Melquiond
on 2005-09-25 08:49:37 UTC
(
hide
)
Description:
Trivial fix
Filename:
MIME Type:
Creator:
Guillaume Melquiond
Created:
2005-09-25 08:49:37 UTC
Size:
363 bytes
patch
obsolete
>--- gcc/cp/error.c.old 2005-09-25 09:51:19.000000000 +0200 >+++ gcc/cp/error.c 2005-09-25 09:52:15.000000000 +0200 >@@ -1283,6 +1283,7 @@ > case FUNCTION_DECL: > case TEMPLATE_DECL: > case NAMESPACE_DECL: >+ case LABEL_DECL: > case OVERLOAD: > case IDENTIFIER_NODE: > dump_decl (t, (flags & ~TFF_DECL_SPECIFIERS) | TFF_NO_FUNCTION_ARGUMENTS);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24052
:
9803
|
9916