diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2021-03-09 16:12:22 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2021-03-09 16:22:55 +0100 |
commit | defafb78cbcb7e2d5abd40379afdecee8b1a0d06 (patch) | |
tree | 7327a6bb625ade52873bfdf87b09166b1f11608c /gcc/tree-ssa-phiopt.c | |
parent | 9725df0233b6fb6e761875968b3b8e9fd9f522ac (diff) | |
download | gcc-defafb78cbcb7e2d5abd40379afdecee8b1a0d06.zip gcc-defafb78cbcb7e2d5abd40379afdecee8b1a0d06.tar.gz gcc-defafb78cbcb7e2d5abd40379afdecee8b1a0d06.tar.bz2 |
Fix internal error on lambda function
This boils down to the RTL expander trying to take the address of a DECL
whose RTX is a register.
gcc/
PR c++/90448
* calls.c (initialize_argument_information): When the argument
is passed by reference, do not make a copy in a thunk only if
the argument is already in memory. Remove redundant test for
the case of callee copy.
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
0 files changed, 0 insertions, 0 deletions