fprintf-2.c: Silence a Free/NetBSD libc warning.
authorAndreas Tobler <andreast@gcc.gnu.org>
Sun, 27 Oct 2019 20:33:09 +0000 (21:33 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Sun, 27 Oct 2019 20:33:09 +0000 (21:33 +0100)
2019-10-27  Andreas Tobler  <andreast@gcc.gnu.org>

* gcc.c-torture/execute/fprintf-2.c: Silence a Free/NetBSD libc warning.
* gcc.c-torture/execute/printf-2.c: Likewise.
* gcc.c-torture/execute/user-printf.c: Likewise.

From-SVN: r277491

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/fprintf-2.c
gcc/testsuite/gcc.c-torture/execute/printf-2.c
gcc/testsuite/gcc.c-torture/execute/user-printf.c

index 70e24fd489ed888a300fe34ac0fd25b51f5180d0..86c2da1565c6446701b74c63debb6447f41be418 100644 (file)
@@ -1,3 +1,9 @@
+2019-10-27  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * gcc.c-torture/execute/fprintf-2.c: Silence a Free/NetBSD libc warning.
+       * gcc.c-torture/execute/printf-2.c: Likewise.
+       * gcc.c-torture/execute/user-printf.c: Likewise.
+
 2019-10-27  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/86248
index 7280b9b5e3cf11ae2e5905fc80e96275eacc9a4f..c723867368d2e38d99bb639ef06ec627e422211b 100644 (file)
@@ -1,6 +1,7 @@
 /* Verify that calls to fprintf don't get eliminated even if their
    result on success can be computed at compile time (they can fail).
    The calls can still be transformed into those of other functions.
+   { dg-prune-output "warning: warning: \[^\n\r\]* possibly used unsafely" }
    { dg-skip-if "requires io" { avr-*-* } }
    { dg-skip-if "requires io" { freestanding } } */
 
index c2d729a665cb0376b5647c88374cae4006c351da..57f467e0b9cc40be2a72c166b4b0db948e40a854 100644 (file)
@@ -2,6 +2,7 @@
    result on success can be computed at compile time (they can fail).
    The calls can still be transformed into those of other functions.
    { dg-require-effective-target unwrapped }
+   { dg-prune-output "warning: warning: \[^\n\r\]* possibly used unsafely" }
    { dg-skip-if "requires io" { avr-*-* } }
    { dg-skip-if "requires io" { freestanding } } */
 
index 0f81bec60b7bd7b8d1a65c6687d01bfd73db4d1d..006d99e8dd3089d8ab5c6151741ac1e464b9aa3b 100644 (file)
@@ -2,6 +2,7 @@
    don't get eliminated even if their result on success can be computed at
    compile time (they can fail).
    { dg-require-effective-target unwrapped }
+   { dg-prune-output "warning: warning: \[^\n\r\]* possibly used unsafely" }
    { dg-skip-if "requires io" { avr-*-* } }
    { dg-skip-if "requires io" { freestanding } } */