diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-11-14 09:11:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 09:11:53 +0000 |
commit | 009337f5935882799fe520e98f0b233403254e41 (patch) | |
tree | f515ab405f1ecdc9926e7bc1cc868278b2f1c67c /gcc | |
parent | 9606dc92b996d3c56c84d93d8ea9ec3e5bc7893d (diff) | |
parent | 28ae1589e13a5917db55eff8de7355a6f54641f8 (diff) | |
download | gcc-009337f5935882799fe520e98f0b233403254e41.zip gcc-009337f5935882799fe520e98f0b233403254e41.tar.gz gcc-009337f5935882799fe520e98f0b233403254e41.tar.bz2 |
Merge #1628
1628: typecheck: Fix overzealous `delete` call r=CohenArthur a=CohenArthur
I'm hoping this fixes the MacOS problem
Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/typecheck/rust-tyty-call.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/typecheck/rust-tyty-call.cc b/gcc/rust/typecheck/rust-tyty-call.cc index 18a34be..6334b69 100644 --- a/gcc/rust/typecheck/rust-tyty-call.cc +++ b/gcc/rust/typecheck/rust-tyty-call.cc @@ -68,7 +68,6 @@ TypeCheckCallExpr::visit (ADTType &type) return; } - delete res; i++; } |