mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 20:11:06 +08:00
* gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus.
From-SVN: r201737
This commit is contained in:
parent
66a654464f
commit
a531ea6bf0
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user