diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-09-15 16:16:55 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-09-15 16:27:21 +0100 |
commit | 04549bf8c34cdb3ea435d8542f2cac6d46bcd30f (patch) | |
tree | 49df4a8cb24256fa97180bcd464a0cd5ba71f0ae /gcc/config.gcc | |
parent | 4493f1c927c79e5b0933d26e9597044790c22f12 (diff) | |
download | gcc-04549bf8c34cdb3ea435d8542f2cac6d46bcd30f.zip gcc-04549bf8c34cdb3ea435d8542f2cac6d46bcd30f.tar.gz gcc-04549bf8c34cdb3ea435d8542f2cac6d46bcd30f.tar.bz2 |
Fix bug when calling method from generic reciever type-bound
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
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions