godump-1.c: Skip -fdump-go-spec tests for all platforms except s390[x] and x86_64.

* gcc.misc-tests/godump-1.c: Skip -fdump-go-spec tests for all
	platforms except s390[x] and x86_64.

From-SVN: r216936
This commit is contained in:
Dominik Vogt 2014-10-30 14:51:30 +00:00 committed by Ian Lance Taylor
parent 020bd6f43f
commit d8f8ea0034
2 changed files with 6 additions and 0 deletions

View 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

View 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>