[testsuite,pushed] AVR: Skip gcc.dg/pr28796-2.c
Checks
| Context |
Check |
Description |
| linaro-tcwg-bot/tcwg_simplebootstrap_build--master-arm-bootstrap |
fail
|
Patch failed to apply
|
| linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap |
fail
|
Patch failed to apply
|
Commit Message
avr double is not fully ieee, so skip this failing test.
Johann
--
gcc/testsuite/
* gcc.dg/pr28796-2.c: Skip on avr.
b/gcc/testsuite/gcc.dg/pr28796-2.c
@@ -1,6 +1,7 @@
/* { dg-do run } */
/* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only
-DUNSAFE" } */
/* { dg-add-options ieee } */
+/* { dg-skip-if "not fully ieee" { avr-*-* } } */
#include "tg-tests.h"