This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch testsuite]: Correct testcase for LLP64 targets


Hi,

this patch corrects a regression seen in
gcc.c-torture/compile/20010327-1.c for LLP64 targets.

ChangeLog

2013-03-17  Kai Tietz  <ktietz@redhat.com>

        * gcc.c-torture/compile/20010327-1.c: Adjust testcase for LLP64 targets.

Ok for apply?

Regards,
Kai

Index: gcc.c-torture/compile/20010327-1.c
===================================================================
--- gcc.c-torture/compile/20010327-1.c    (Revision 208594)
+++ gcc.c-torture/compile/20010327-1.c    (Arbeitskopie)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target ptr32plus } */
+/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { llp64 } } { "*" } { "" } } */

 /* This testcase tests whether GCC can produce static initialized data
    that references addresses of size 'unsigned long', even if that's not


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]