diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index d8b0e29..da9a125 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -6051,7 +6051,7 @@ instantiate_type (tree lhstype, tree rhs, tsubst_flags_t flags) if (addr != error_mark_node && TREE_SIDE_EFFECTS (TREE_OPERAND (rhs, 0))) - /* Do not lose object's side effects. */ + /* Do not lose object's side effects. */ addr = build (COMPOUND_EXPR, TREE_TYPE (addr), TREE_OPERAND (rhs, 0), addr); return addr; |