]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add testcases for resolved bug [PR101527]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 24 Mar 2025 21:36:16 +0000 (21:36 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 24 Mar 2025 21:38:07 +0000 (21:38 +0000)
commitf7c0b0fc4fdeaf034dc38356830625f7280d325d
treeb9ca6f6ceffe9272a262f86190f272fabe777f20
parent14c924333d7d0b2b6be8eee35d7bc7c2cb17aba2
libstdc++: Add testcases for resolved bug [PR101527]

These tests were fixed by a front-end change r13-465-g4df735e01e3199 so
this just adds them to the testsuite to be sure we don't regress.

libstdc++-v3/ChangeLog:

PR libstdc++/101527
* testsuite/24_iterators/common_iterator/101527.cc: New test.
* testsuite/24_iterators/counted_iterator/101527.cc: New test.
libstdc++-v3/testsuite/24_iterators/common_iterator/101527.cc [new file with mode: 0644]
libstdc++-v3/testsuite/24_iterators/counted_iterator/101527.cc [new file with mode: 0644]