diff options
Diffstat (limited to 'gcc/cp/expr.c')
| -rw-r--r-- | gcc/cp/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 466d984..efa5c9a 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -46,11 +46,11 @@ cplus_expand_constant (tree cst) { tree type = TREE_TYPE (cst); tree member; - + /* Find the member. */ member = PTRMEM_CST_MEMBER (cst); - if (TREE_CODE (member) == FIELD_DECL) + if (TREE_CODE (member) == FIELD_DECL) { /* Find the offset for the field. */ cst = byte_position (member); |
