[COMMITTED] c++: [PR90782] Add testcase
authorAndrew Pinski <apinski@marvell.com>
Tue, 4 Jan 2022 02:53:47 +0000 (02:53 +0000)
committerAndrew Pinski <apinski@marvell.com>
Tue, 4 Jan 2022 02:59:58 +0000 (02:59 +0000)
commitd4b710a31dc854970ab501f2d3bad7d69fe7f083
tree3626c140dc8f15dc3cfe1a726975be5acccde43a
parent43359148b252b9501b0b570b8d48d02fb301b6c8
[COMMITTED] c++: [PR90782] Add testcase

This testcase was fixed by r12-1744-g3eecc1 as it make
sense it fixed a few other class deduction issues.
So I thought I would add a testcase for this PR and close
it as fixed.

Committed after a quick test of the testcase.

PR c++/90782

gcc/testsuite/ChangeLog:

* g++.dg/cpp1z/class-deduction100.C: New test.
gcc/testsuite/g++.dg/cpp1z/class-deduction100.C [new file with mode: 0644]