aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-26 08:26:39 +0000
committerGitHub <noreply@github.com>2022-05-26 08:26:39 +0000
commit5c84a5ca514398f858020c378c5a26f0593eaee3 (patch)
tree61d18d4d147814d6bc45b0c259e1e9bec332cebf /gcc
parentd5c1531cc41ea7fab4d522dafe3ff725a766fb49 (diff)
parent3a95f28788d6a7b1870f6247c5fa1e5af1ff8a61 (diff)
parent56634945fb275bd2b992db473f8d9cd2670a5ed5 (diff)
downloadgcc-5c84a5ca514398f858020c378c5a26f0593eaee3.zip
gcc-5c84a5ca514398f858020c378c5a26f0593eaee3.tar.gz
gcc-5c84a5ca514398f858020c378c5a26f0593eaee3.tar.bz2
Merge #1281 #1282
1281: Add testcase to prove bug is fixed r=philberty a=philberty This bug was fixed in commit cb4d935508def8b250345ba5205a90ad9e177ab4 with related PR #1223 The issue is that associated types get updated depending on the context they are used so we need to monomorphize the types when we can so that we don't then throw off the rest of type checking with bogus errors like this. Fixes #1237 1282: Add build badges for marks build-farm r=philberty a=philberty Fixes #1236 Co-authored-by: Philip Herron <philip.herron@embecosm.com>