oops
From-SVN: r32379
This commit is contained in:
parent
7d26bd1698
commit
25baa03051
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user