From: Kai Tietz Date: Mon, 17 Mar 2014 11:20:21 +0000 (+0100) Subject: 20010327-1.c: Disable test for LLP64 targets. X-Git-Tag: releases/gcc-4.9.0~432 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8692ae102d861f3e0c3fd5ebc09be4000acd07b4;p=thirdparty%2Fgcc.git 20010327-1.c: Disable test for LLP64 targets. * gcc.c-torture/compile/20010327-1.c: Disable test for LLP64 targets. From-SVN: r208613 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 067b63aaa6ff..3769c7f934b5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-17 Kai Tietz + + * gcc.c-torture/compile/20010327-1.c: Disable test for LLP64 targets. + 2014-03-17 Andreas Schwab PR testsuite/58851 diff --git a/gcc/testsuite/gcc.c-torture/compile/20010327-1.c b/gcc/testsuite/gcc.c-torture/compile/20010327-1.c index 7e9c0c73a027..84cdbe92b69f 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20010327-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20010327-1.c @@ -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