Commit d8f8ea00 by Dominik Vogt Committed by Ian Lance Taylor

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
parent 020bd6f4
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> 2014-10-30 Martin Liska <mliska@suse.cz>
PR ipa/63574 PR ipa/63574
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-options "-c -fdump-go-spec=godump-1.out" } */ /* { dg-options "-c -fdump-go-spec=godump-1.out" } */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */
#include <stdint.h> #include <stdint.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment