* gcc.misc-tests/godump-1.c: Skip -fdump-go-spec tests for all
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Oct 2014 14:51:30 +0000 (14:51 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Oct 2014 14:51:30 +0000 (14:51 +0000)
platforms except s390[x] and x86_64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216936 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/godump-1.c

index 2c290da..3fc26a9 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
+
+       * gcc.misc-tests/godump-1.c: Skip -fdump-go-spec tests for all
+       platforms except s390[x] and x86_64.
+
 2014-10-30  Martin Liska  <mliska@suse.cz>
 
        PR ipa/63574
index f3af17c..0867dea 100644 (file)
@@ -2,6 +2,7 @@
 
 /* { dg-options "-c -fdump-go-spec=godump-1.out" } */
 /* { dg-do compile } */
+/* { dg-skip-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */
 
 #include <stdint.h>