c++: more-specialized test
commit891d64721626f45fb95fa47a57a3f396b80f31e9
authorJason Merrill <jason@redhat.com>
Fri, 3 Jun 2022 18:53:59 +0000 (3 14:53 -0400)
committerJason Merrill <jason@redhat.com>
Fri, 3 Jun 2022 21:04:30 +0000 (3 17:04 -0400)
tree8c40683d7ec4741244e1bee0f786682b5f6902c0
parent0ecb6b906f215ec56df1a555139abe9ad95414fb
c++: more-specialized test

I noticed the need for this testcase while working on PR102629; since there
is no information about the target type, we don't want to choose the most
specialized overload.

gcc/testsuite/ChangeLog:

* g++.dg/cpp0x/auto56.C: New test.
gcc/testsuite/g++.dg/cpp0x/auto56.C [new file with mode: 0644]