On Thu, Oct 30, 2014 at 8:05 AM, Uros Bizjak <ubiz...@gmail.com> wrote:
>
>  /* { dg-options "-c -fdump-go-spec=godump-1.out" } */
>  /* { dg-do compile } */
> +/* { dg-skip-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */
>
> x86_64 also needs && lp64, otherwise -m32 will defeat this condition.

Thanks.  I committed this patch.

Ian


2014-10-30  Ian Lance Taylor  <i...@google.com>

        * gcc.misc-tests/godump-1.c: Skip if ! lp64.
Index: gcc.misc-tests/godump-1.c
===================================================================
--- gcc.misc-tests/godump-1.c   (revision 216936)
+++ gcc.misc-tests/godump-1.c   (working copy)
@@ -3,6 +3,7 @@
 /* { dg-options "-c -fdump-go-spec=godump-1.out" } */
 /* { dg-do compile } */
 /* { dg-skip-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */
+/* { dg-skip-if "not supported for target" { ! lp64 } } */
 
 #include <stdint.h>
 

Reply via email to