]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Aug 2013 18:17:28 +0000 (18:17 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Aug 2013 18:17:28 +0000 (18:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201737 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-stdint-1.c

index 6e5db3ae45a883c312ca7c2ee940b76d8877c4e5..2ec3207920dd17be3e6fb7e276c62ba7c6148c3f 100644 (file)
@@ -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.
index 37e1203f0aeaad44ce3b928063fd151d3e3b9462..89bdec809f822c6f3cc3a29bb477dc89291a31ca 100644 (file)
@@ -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);