On Tue, Dec 16, 2025 at 02:06:25PM +0100, Rainer Orth wrote:
> 2024-03-13 Rainer Orth <[email protected]>
>
> gcc/testsuite:
> PR c++/112652
> * g++.dg/cpp26/literals2.C: Skip on Solaris.
LGTM.
> # HG changeset patch
> # Parent 219aa4ee2b44a1b6dd1f0cda5d15420522d0cbf8
> testsuite: c++: xfail g++.dg/cpp26/literals2.C on Solaris [PR112652]
>
> diff --git a/gcc/testsuite/g++.dg/cpp26/literals2.C
> b/gcc/testsuite/g++.dg/cpp26/literals2.C
> --- a/gcc/testsuite/g++.dg/cpp26/literals2.C
> +++ b/gcc/testsuite/g++.dg/cpp26/literals2.C
> @@ -3,6 +3,7 @@
> // { dg-require-effective-target int32 }
> // { dg-options "-pedantic-errors -finput-charset=UTF-8
> -fexec-charset=ISO-8859-1" }
> /* { dg-require-iconv "ISO-8859-1" } */
> +/* { dg-skip-if "PR c++/112652" *-*-solaris2* } */
>
> int a = 'abcd'; // { dg-warning
> "multi-character character constant" }
> int b = '\x61\x62\x63\x64'; // { dg-warning
> "multi-character character constant" }
Jakub