Commit 9293498f by Richard Kenner

(get_inner_reference): Fix error in previous change.

From-SVN: r13200
parent 3e1a978b
......@@ -4338,7 +4338,7 @@ get_inner_reference (exp, pbitsize, pbitpos, poffset, pmode,
if (TREE_CODE_CLASS (TREE_CODE (exp)) == 'd')
alignment = MIN (alignment, DECL_ALIGN (exp));
else
else if (TREE_TYPE (exp) != 0)
alignment = MIN (alignment, TYPE_ALIGN (TREE_TYPE (exp)));
if (integer_zerop (offset))
......
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