20010327-1.c: Disable test for LLP64 targets.
authorKai Tietz <ktietz@redhat.com>
Mon, 17 Mar 2014 11:20:21 +0000 (12:20 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 17 Mar 2014 11:20:21 +0000 (12:20 +0100)
* gcc.c-torture/compile/20010327-1.c: Disable test for LLP64 targets.

From-SVN: r208613

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20010327-1.c

index 067b63a..3769c7f 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-17  Kai Tietz  <ktietz@redhat.com>
+
+       * gcc.c-torture/compile/20010327-1.c: Disable test for LLP64 targets.
+
 2014-03-17  Andreas Schwab  <schwab@linux-m68k.org>
 
        PR testsuite/58851
index 7e9c0c7..84cdbe9 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-require-effective-target ptr32plus } */
+/* { dg-do compile { target { ptr32plus && { ! llp64 } } } } */
 
 /* This testcase tests whether GCC can produce static initialized data
    that references addresses of size 'unsigned long', even if that's not