diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-09-15 15:29:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 15:29:42 +0000 |
commit | 887598b92f28d69141b0091d09998672c07e131c (patch) | |
tree | 82d424164ca7e906c477de1cf3bb2c359a837df6 /gcc/config.gcc | |
parent | af472f5931920b821d2e483749563c902424096c (diff) | |
parent | 04549bf8c34cdb3ea435d8542f2cac6d46bcd30f (diff) | |
download | gcc-887598b92f28d69141b0091d09998672c07e131c.zip gcc-887598b92f28d69141b0091d09998672c07e131c.tar.gz gcc-887598b92f28d69141b0091d09998672c07e131c.tar.bz2 |
Merge #679
679: Fix bug when calling method from generic reciever type-bound r=philberty a=philberty
When we have a generic function with a specified type bound, this means the
method resolution can only resolve this to the trait item. During code
generation we must then monomorphize this and lookup the associated impl
block item for this trait (if it exists) and call this function.
Fixes #678
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions