aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-09-15 16:16:55 +0100
committerPhilip Herron <philip.herron@embecosm.com>2021-09-15 16:27:21 +0100
commit04549bf8c34cdb3ea435d8542f2cac6d46bcd30f (patch)
tree49df4a8cb24256fa97180bcd464a0cd5ba71f0ae /gcc/resource.c
parent4493f1c927c79e5b0933d26e9597044790c22f12 (diff)
downloadgcc-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/resource.c')
0 files changed, 0 insertions, 0 deletions