summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c99-stdint-2.c
diff options
context:
space:
mode:
authorhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-21 01:34:51 +0000
committerhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-21 01:34:51 +0000
commitea8202244d695c7bed3eabf317fc184bb13e1c9f (patch)
tree4bf63c1c200a8ecb759fa0800b040f056845057f /gcc/testsuite/gcc.dg/c99-stdint-2.c
parent9958c3d0d70986e1f635efc9ab88b199e7e559df (diff)
downloadgcc-ea8202244d695c7bed3eabf317fc184bb13e1c9f.tar.gz
PR Testsuite/42114
* gcc-dg/c99-stdint-1.c: Condition test for target without signal.h. XFAIL ptrdiff range test for avr. * gcc-dg/c99-stdint-2.c: XFAIL for avr target. * gcc-dg/c99-stdint-5.c: Condition test for target without signal.h. * gcc-dg/c99-stdint-6.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154392 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-stdint-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/c99-stdint-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-stdint-2.c b/gcc/testsuite/gcc.dg/c99-stdint-2.c
index 0187b034c99..d1be0fb6332 100644
--- a/gcc/testsuite/gcc.dg/c99-stdint-2.c
+++ b/gcc/testsuite/gcc.dg/c99-stdint-2.c
@@ -2,7 +2,7 @@
Freestanding version. */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors -ffreestanding" } */
-
+/* { dg-xfail-if "ptrdiff size is 16bits" { avr-*-* } } */
/* The test is that there are no diagnostics, so just include the
hosted version. */
#include "c99-stdint-1.c"