This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] pdp11: skip some tests


This patch skips three more tests that don't fit on a pdp11.

Tested with make check.  Committed.

	paul

ChangeLog:

2010-12-31  Paul Koning  <ni1d@arrl.net>

	* gcc.c-torture/compile/pr46534.c: Skip if pdp11.
	* gcc.c-torture/compile/920520-1.c: Ditto.
	* gcc.c-torture/compile/pr35318.c: Ditto.

Index: gcc.c-torture/compile/pr46534.c
===================================================================
--- gcc.c-torture/compile/pr46534.c	(revision 168294)
+++ gcc.c-torture/compile/pr46534.c	(working copy)
@@ -1,3 +1,4 @@
+/* { dg-skip-if "too big" { pdp11-*-* } { "*" } { "" } } */
/* PR middle-end/46534 */

extern int printf (const char *, ...);
Index: gcc.c-torture/compile/920520-1.c
===================================================================
--- gcc.c-torture/compile/920520-1.c	(revision 168294)
+++ gcc.c-torture/compile/920520-1.c	(working copy)
@@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-xfail-if "" { m6811-*-* m6812-*-* } { "*" } { "" } } */
+/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */

f(){asm("%0"::"r"(1.5F));}g(){asm("%0"::"r"(1.5));}
Index: gcc.c-torture/compile/pr35318.c
===================================================================
--- gcc.c-torture/compile/pr35318.c	(revision 168294)
+++ gcc.c-torture/compile/pr35318.c	(working copy)
@@ -1,3 +1,4 @@
+/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */
/* PR target/35318 */

void


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]