https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65909
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- CC| |tschwinge at gcc dot gnu.org Status|RESOLVED |REOPENED --- Comment #8 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- (In reply to GCC Commits from comment #6) > commit r16-537-g3e2b83faeb6b14254641933525e63171e89d973f > libstdc++: Make dg-require-namedlocale work for more targets [PR65909] With this, I see: [-PASS:-]{+UNSUPPORTED:+} 22_locale/locale/cons/12352.cc -std=gnu++17[-(test for excess errors)-] [-PASS: 22_locale/locale/cons/12352.cc -std=gnu++17 execution test-] [-PASS: 22_locale/locale/cons/12438.cc -std=gnu++17 (test for warnings, line 48)-] [-PASS: 22_locale/locale/cons/12438.cc -std=gnu++17 (test for excess errors)-] [-PASS:-]{+UNSUPPORTED:+} 22_locale/locale/cons/12438.cc -std=gnu++17[-execution test-] [-PASS:-]{+UNSUPPORTED:+} 22_locale/locale/cons/7222-env.cc -std=gnu++17[-(test for excess errors)-] [-PASS: 22_locale/locale/cons/7222-env.cc -std=gnu++17 execution test-] These are exactly the test cases that 'dg-require-namedlocale ""', which now fails: locale '{}' not supported I suppose that's in error?