diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 4311309..46bbec1 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -4895,7 +4895,7 @@ expand_call_inline (basic_block bb, gimple *stmt, copy_body_data *id) we may get confused if the compiler sees that the inlined new function returns a pointer which was just deleted. See bug 33407. */ - if (DECL_IS_OPERATOR_NEW (fn)) + if (DECL_IS_OPERATOR_NEW_P (fn)) { return_slot = NULL; modify_dest = NULL; |