[gofrontend-dev] Re: [PATCH 7/9] Gccgo port to s390[x] -- part I

Ian Taylor iant@golang.org
Thu Oct 30 15:35:00 GMT 2014


On Thu, Oct 30, 2014 at 8:05 AM, Uros Bizjak <ubizjak@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  <iant@google.com>

	* gcc.misc-tests/godump-1.c: Skip if ! lp64.
-------------- next part --------------
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>
 


More information about the Gcc-patches mailing list