public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, committed] rs6000: Add int128 target check to pr101129.c (PR101531)
@ 2021-07-21 18:43 Bill Schmidt
  0 siblings, 0 replies; only message in thread
From: Bill Schmidt @ 2021-07-21 18:43 UTC (permalink / raw)
  To: GCC Patches; +Cc: Segher Boessenkool, David Edelsohn

Hi,

PR101531 observes that gcc.target/powerpc/pr191129.c fails on 32-bit 
targets.  I overlooked that the OP's test case has an __int128 
dependency.  This patch fixes the obvious oversight. Committed as 
obvious.  I plan to backport to 11, 10, and 9 once the 11.2 release is 
complete.

Thanks!
Bill


rs6000: Add int128 target check to pr101129.c (PR101531)

2021-07-21  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/testsuite/
	PR target/101531
	* gcc.target/powerpc/pr101129.c: Adjust.

diff --git a/gcc/testsuite/gcc.target/powerpc/pr101129.c b/gcc/testsuite/gcc.target/powerpc/pr101129.c
index 1abc12480e4..6b8e5a9b597 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr101129.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr101129.c
@@ -1,5 +1,6 @@
  /* { dg-do run } */
  /* { dg-require-effective-target p8vector_hw } */
+/* { dg-require-effective-target int128 } */
  /* { dg-options "-mdejagnu-cpu=power8 -O " } */
  
  /* PR101129: The swaps pass was turning a mult-lopart into a mult-hipart.


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

only message in thread, other threads:[~2021-07-21 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 18:43 [PATCH, committed] rs6000: Add int128 target check to pr101129.c (PR101531) Bill Schmidt

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).