Commit 25baa030 by Jason Merrill

oops

From-SVN: r32379
parent 7d26bd16
...@@ -771,7 +771,7 @@ make_decl_rtl (decl, asmspec, top_level) ...@@ -771,7 +771,7 @@ make_decl_rtl (decl, asmspec, top_level)
of a local class (which will already be unambiguous). of a local class (which will already be unambiguous).
Concatenate a distinguishing number. */ Concatenate a distinguishing number. */
if (!top_level && !TREE_PUBLIC (decl) if (!top_level && !TREE_PUBLIC (decl)
&& ! TYPE_P (DECL_CONTEXT (decl)) && ! (DECL_CONTEXT (decl) && TYPE_P (DECL_CONTEXT (decl)))
&& asmspec == 0) && asmspec == 0)
{ {
char *label; char *label;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment