diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2013-08-14 18:17:28 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-08-14 19:17:28 +0100 |
commit | a531ea6bf0eb991c1b08382d68e8567abe6959a1 (patch) | |
tree | 2445d2bb232ba025d39b572668c1c68e2fe8c1c7 /gcc | |
parent | 66a654464f122ab369ef580bb7fd6ded07719de8 (diff) | |
download | gcc-a531ea6bf0eb991c1b08382d68e8567abe6959a1.zip gcc-a531ea6bf0eb991c1b08382d68e8567abe6959a1.tar.gz gcc-a531ea6bf0eb991c1b08382d68e8567abe6959a1.tar.bz2 |
* gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus.
From-SVN: r201737
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-stdint-1.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6e5db3a..2ec3207 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -45,6 +45,8 @@ PR testsuite/52641 * gcc.c-torture/execute/pr56799.x: New file. + * gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus. + 2013-08-14 Janis Johnson <janisjo@codesourcery.com> * gcc.target/arm/pr19599.c: Skip for -mthumb. diff --git a/gcc/testsuite/gcc.dg/c99-stdint-1.c b/gcc/testsuite/gcc.dg/c99-stdint-1.c index 37e1203..89bdec8 100644 --- a/gcc/testsuite/gcc.dg/c99-stdint-1.c +++ b/gcc/testsuite/gcc.dg/c99-stdint-1.c @@ -214,7 +214,7 @@ test_max (void) void test_misc_limits (void) { -/* { dg-bogus "size" "ptrdiff is 16bits" { xfail avr-*-* } 218 } */ +/* { dg-bogus "size" "ptrdiff is 16bits" { xfail avr-*-* } 56 } */ CHECK_SIGNED_LIMITS_2(__PTRDIFF_TYPE__, PTRDIFF_MIN, PTRDIFF_MAX, -65535L, 65535L); #ifndef SIGNAL_SUPPRESS CHECK_LIMITS_2(sig_atomic_t, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, -127, 127, 255); |