https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119725

            Bug ID: 119725
           Summary: std/format/debug.cc etc. FAIL
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: tkaminsk at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc*-sun-solaris2.11

2 new tests FAIL on Solaris/SPARC:

+FAIL: std/format/debug.cc  -std=gnu++23 execution test
+FAIL: std/format/debug.cc  -std=gnu++26 execution test
+FAIL: std/format/debug_nonunicode.cc  -std=gnu++23 execution test
+FAIL: std/format/debug_nonunicode.cc  -std=gnu++26 execution test

/vol/gcc/src/hg/master/local/libstdc++-v3/testsuite/std/format/debug.cc:36:
void test_basic_escapes() [with _CharT = wchar_t]: Assertion 'res ==
WIDEN(R"("\t")")' failed.

Removing -fwide-exec-charset=UTF-32LE lets the tests PASS.

Reply via email to