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

            Bug ID: 112652
           Summary: g++.dg/cpp26/literals2.C FAILs
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---
              Host: *-*-solaris2.11
            Target: *-*-solaris2.11
             Build: *-*-solaris2.11

The g++.dg/cpp26/literals2.C test FAILs on Solaris, both SPARC and x86:

+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++14  (test for errors, line 10)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++14  (test for errors, line 11)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++14  (test for errors, line 13)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++14  (test for errors, line 41)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++14  (test for errors, line 42)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++14  (test for errors, line 44)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++17  (test for errors, line 10)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++17  (test for errors, line 11)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++17  (test for errors, line 13)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++17  (test for errors, line 41)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++17  (test for errors, line 42)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++17  (test for errors, line 44)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++20  (test for errors, line 10)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++20  (test for errors, line 11)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++20  (test for errors, line 13)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++20  (test for errors, line 41)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++20  (test for errors, line 42)
+FAIL: g++.dg/cpp26/literals2.C  -std=gnu++20  (test for errors, line 44)

I initially thought that were due to make check being run with LANG=C, but I
get the same errors with LANG=en_US.UTF-8.

Reply via email to