]> gcc.gnu.org Git - gcc.git/commit
Merge #611
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 8 Aug 2021 22:22:21 +0000 (22:22 +0000)
committerGitHub <noreply@github.com>
Sun, 8 Aug 2021 22:22:21 +0000 (22:22 +0000)
commit5e723d0b7a85d109f01196b264a25823e77496e1
tree33b8a34539ea3121c5f27ba1e44640f552f52a64
parentfa2aec10e60592348e1640b5bda0507b1324f235
parent72483b1ca912dca78543f5cc2a7e9d1380ef5784
Merge #611

611: Add check for TypeBounds on argument substitutions r=philberty a=philberty

TypeParameters contain specified bounds, when we substitute them we need
to ensure that the argument satisfies those bounds otherwise... it fails
the contract.

Addreses #440

Co-authored-by: Philip Herron <philip.herron@embecosm.com>
This page took 0.067654 seconds and 5 git commands to generate.