diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-11-17 17:38:41 +0000 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-11-17 19:44:58 +0000 |
commit | db832831ed15ad25aec99a7d4a87b7019e5f1aa4 (patch) | |
tree | 3efc2aa5786eed2f58dd506c7de1cc9b72354cbd /gcc/gimple-range-path.cc | |
parent | e8695eee4f1b9121d0caa7a93ff51f69707c607f (diff) | |
download | gcc-db832831ed15ad25aec99a7d4a87b7019e5f1aa4.zip gcc-db832831ed15ad25aec99a7d4a87b7019e5f1aa4.tar.gz gcc-db832831ed15ad25aec99a7d4a87b7019e5f1aa4.tar.bz2 |
Probe for candidates on based on the actual receiver type
Impl blocks Self type is a TypeNoBouns which means it can be for types
such as: impl<T> &T {}.
I think we might need to change the probe algorithm for method calls to be
fully based on the autoderef rather than trying to filter based on the Self
type. More investigation is needed for the probe phase here.
Fixes #808
Diffstat (limited to 'gcc/gimple-range-path.cc')
0 files changed, 0 insertions, 0 deletions