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.
This commit is contained in:
parent
45eb2c703c
commit
d36cac1872
1 changed files with 1 additions and 0 deletions
|
@ -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 } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue