public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, rs6000, committed] Fix PR80370: Invalid option used in test case gcc.target/powerpc/builtins-3-p9-runnable.c
@ 2018-02-13 22:34 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2018-02-13 22:34 UTC (permalink / raw)
  To: GCC Patches; +Cc: Segher Boessenkool

This patch removes an undocumented option that has since been deprecated and
removed and was causing this test case to FAIL.  The obvious patch below was
approved by Segher offline.  Committed.

Peter

	PR target/84370
	* gcc.target/powerpc/builtins-3-p9-runnable.c: Remove deprecated option.

Index: gcc/testsuite/gcc.target/powerpc/builtins-3-p9-runnable.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/builtins-3-p9-runnable.c	(revision 257641)
+++ gcc/testsuite/gcc.target/powerpc/builtins-3-p9-runnable.c	(revision 257642)
@@ -1,6 +1,6 @@
 /* { dg-do run { target { powerpc64*-*-* && { lp64 && p9vector_hw } } } } */
 /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power9" } } */
-/* { dg-options "-mcpu=power9 -O2 -mupper-regs-di" } */
+/* { dg-options "-mcpu=power9 -O2" } */
 
 #include <altivec.h> // vector
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-13 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 22:34 [PATCH, rs6000, committed] Fix PR80370: Invalid option used in test case gcc.target/powerpc/builtins-3-p9-runnable.c Peter Bergner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).