public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-6274] testsuite: skip gcc.target/i386/pr106910-1.c test when using newlib
@ 2023-12-07 13:43 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2023-12-07 13:43 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-6274-gd36cac18724a63b1dbcbe722015232c72214ce93
Author: Marc Poulhiès <poulhies@adacore.com>
Date:   Mon Nov 6 11:57:16 2023 +0100

    testsuite: skip gcc.target/i386/pr106910-1.c test when using newlib
    
    Using newlib produces a different codegen because the support for c99
    differs (see libc_has_function hook).
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/i386/pr106910-1.c: Disable for newlib.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr106910-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/i386/pr106910-1.c b/gcc/testsuite/gcc.target/i386/pr106910-1.c
index c7685a32183..13901a1fe89 100644
--- a/gcc/testsuite/gcc.target/i386/pr106910-1.c
+++ b/gcc/testsuite/gcc.target/i386/pr106910-1.c
@@ -1,4 +1,5 @@
 /* { dg-do compile { target { ! ia32 } } } */
+/* { dg-skip-if "newlib libc math causes different codegen" { newlib } } */
 /* { dg-options "-msse4.1 -O2 -Ofast" } */
 /* { dg-final { scan-assembler-times "roundps" 9 } } */
 /* { dg-final { scan-assembler-times "cvtps2dq" 1 } } */

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

only message in thread, other threads:[~2023-12-07 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07 13:43 [gcc r14-6274] testsuite: skip gcc.target/i386/pr106910-1.c test when using newlib Marc Poulhi?s

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).