(mark_addressable): Fix error in last change.
From-SVN: r10862
This commit is contained in:
parent
3ba1236fc8
commit
36c336d189
@ -3294,9 +3294,11 @@ mark_addressable (exp)
|
|||||||
{
|
{
|
||||||
case COMPONENT_REF:
|
case COMPONENT_REF:
|
||||||
if (DECL_C_BIT_FIELD (TREE_OPERAND (x, 1)))
|
if (DECL_C_BIT_FIELD (TREE_OPERAND (x, 1)))
|
||||||
error ("cannot take address of bitfield `%s'",
|
{
|
||||||
IDENTIFIER_POINTER (DECL_NAME (TREE_OPERAND (x, 1))));
|
error ("cannot take address of bitfield `%s'",
|
||||||
return 0;
|
IDENTIFIER_POINTER (DECL_NAME (TREE_OPERAND (x, 1))));
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* ... fall through ... */
|
/* ... fall through ... */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user