20010327-1.c: Disable test for LLP64 targets.

* gcc.c-torture/compile/20010327-1.c: Disable test for LLP64 targets.

From-SVN: r208613
This commit is contained in:
Kai Tietz 2014-03-17 12:20:21 +01:00 committed by Kai Tietz
parent a8f9069dd1
commit 8692ae102d
2 changed files with 5 additions and 1 deletions

View 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

View 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