aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-01-17 21:40:25 +0000
committerJonathan Wakely <jwakely@redhat.com>2024-01-18 12:43:31 +0000
commitdb42a0a98916340af33338c08e6a7d328121b958 (patch)
treebf428d4a6db7d036df9b4db36f3e935f9127ab6a /gcc
parent1c1853a70f9422169190e65e568dcccbce02d95c (diff)
downloadgcc-db42a0a98916340af33338c08e6a7d328121b958.zip
gcc-db42a0a98916340af33338c08e6a7d328121b958.tar.gz
gcc-db42a0a98916340af33338c08e6a7d328121b958.tar.bz2
libstdc++: Fix std::format test for Solaris [PR113450]
When int8_t is a typedef for char (rather than signed char) this test fails because it tries to format a char, which is treated differently from formatting other integral types (including signed char). Use signed char explicitly so the result doesn't depend on the non-portable definition of int8_t. libstdc++-v3/ChangeLog: PR libstdc++/113450 * testsuite/std/format/functions/format.cc: Use signed char instead of int8_t.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions