]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++/modules: Add testcase for fixed issue with usings [PR115798]
authorNathaniel Shead <nathanieloshead@gmail.com>
Fri, 12 Jul 2024 12:59:19 +0000 (22:59 +1000)
committerNathaniel Shead <nathanieloshead@gmail.com>
Fri, 12 Jul 2024 12:59:19 +0000 (22:59 +1000)
commit13757e50ff0b4e0dccfabc67b1322a2724bf3a5c
tree5ac2d9668d6cba14ad4669f10ed4df8060a918d4
parent1f7a21c6e85d553e7b5114e5ca1395118478dddf
c++/modules: Add testcase for fixed issue with usings [PR115798]

This issue was fixed by r15-2003-gd6bf4b1c932211, but seems worth adding
to the testsuite.

PR c++/115798

gcc/testsuite/ChangeLog:

* g++.dg/modules/using-26_a.C: New test.
* g++.dg/modules/using-26_b.C: New test.
* g++.dg/modules/using-26_c.C: New test.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
gcc/testsuite/g++.dg/modules/using-26_a.C [new file with mode: 0644]
gcc/testsuite/g++.dg/modules/using-26_b.C [new file with mode: 0644]
gcc/testsuite/g++.dg/modules/using-26_c.C [new file with mode: 0644]