https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124015
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:81e492ba723f9cfdd69d4badfdec1c00983952a9 commit r16-7449-g81e492ba723f9cfdd69d4badfdec1c00983952a9 Author: Jonathan Wakely <[email protected]> Date: Tue Feb 10 20:01:32 2026 +0000 libstdc++: Improve tests for std::regex_traits::lookup_classname [PR124015] libstdc++-v3/ChangeLog: PR libstdc++/124015 * testsuite/28_regex/traits/char/lookup_classname.cc: Check for correct result for unrecognized classname. Check that lookup is case insensitive. Check that all required classnames are recognized. Check that icase flag only affects "lower" and "upper". * testsuite/28_regex/traits/wchar_t/lookup_classname.cc: Likewise. Reviewed-by: Tomasz KamiÅski <[email protected]>
