diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c b/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c index f7e779a..f90558e 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c @@ -4,6 +4,7 @@ link if any of the assertions fails. Without optimization the test aborts at runtime if any of the assertions fails. */ /* { dg-do run } */ +/* { dg-skip-if "not IEEE float layout" { "pdp11-*-*" } } */ /* { dg-additional-options "-O2 -Wall -Wno-pedantic -fprintf-return-value" } */ #ifndef LINE |