Hi,

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

ChangeLog

2013-03-17  Kai Tietz  <kti...@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

Reply via email to