diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc1plus/expr.c')
-rw-r--r-- | gnu/usr.bin/cc/cc1plus/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/expr.c b/gnu/usr.bin/cc/cc1plus/expr.c index 3b4f65d..1d9054b 100644 --- a/gnu/usr.bin/cc/cc1plus/expr.c +++ b/gnu/usr.bin/cc/cc1plus/expr.c @@ -99,7 +99,7 @@ cplus_expand_expr (exp, target, tmode, modifier) as is building the call which will perform the initialization. It is left here to show the choices that exist for C++. */ - + if (TREE_CODE (func) == ADDR_EXPR && TREE_CODE (TREE_OPERAND (func, 0)) == FUNCTION_DECL && DECL_CONSTRUCTOR_P (TREE_OPERAND (func, 0))) |