public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-10530] libstdc++: printf format string fix in testsuite
@ 2023-02-16 15:14 Matthias Kretz
  0 siblings, 0 replies; only message in thread
From: Matthias Kretz @ 2023-02-16 15:14 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:cd94f444c4ad1e1f16664f6768c696e9ac3a7f57

commit r11-10530-gcd94f444c4ad1e1f16664f6768c696e9ac3a7f57
Author: Matthias Kretz <m.kretz@gsi.de>
Date:   Thu Feb 2 12:28:39 2023 +0100

    libstdc++: printf format string fix in testsuite
    
    Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/experimental/simd/tests/bits/verify.h
            (verify::verify): Use %zx for size_t in format string.
    
    (cherry picked from commit 07e4648b4ab86a76ab040ea18a756e388652c882)

Diff:
---
 libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h b/libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h
index 82016c66802..ffa3e7f4cda 100644
--- a/libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h
+++ b/libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h
@@ -137,7 +137,7 @@ public:
     {
       if (m_failed)
 	[&] {
-	  __builtin_fprintf(stderr, "%s:%d: (%s):\nInstruction Pointer: %x\n"
+	  __builtin_fprintf(stderr, "%s:%d: (%s):\nInstruction Pointer: %zx\n"
 				    "Assertion '%s' failed.\n",
 			    file, line, func, m_ip, cond);
 	  (print(extra_info, int()), ...);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-16 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 15:14 [gcc r11-10530] libstdc++: printf format string fix in testsuite Matthias Kretz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).