public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] rs6000: p8vector-builtin-8.c test requires int128
@ 2015-10-26  5:14 Segher Boessenkool
  2015-10-26 21:04 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Segher Boessenkool @ 2015-10-26  5:14 UTC (permalink / raw)
  To: gcc-patches; +Cc: dje.gcc, Segher Boessenkool

For 32-bit targets p8vector_ok does not imply we have int128.

Tested with -m32,-m32/-mpowerpc64,-m64; okay for trunk?


Segher


2015-10-26  Segher Boessenkool  <segher@kernel.crashing.org>

gcc/testsuite/
	* gcc.target/powerpc/p8vector-builtin-8.c: Add "target int128".

---
 gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c b/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c
index bb5e182..b204d99 100644
--- a/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c
+++ b/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target int128 } } */
 /* { dg-require-effective-target powerpc_p8vector_ok } */
 /* { dg-options "-mpower8-vector -O2" } */
 
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] rs6000: p8vector-builtin-8.c test requires int128
  2015-10-26  5:14 [PATCH] rs6000: p8vector-builtin-8.c test requires int128 Segher Boessenkool
@ 2015-10-26 21:04 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2015-10-26 21:04 UTC (permalink / raw)
  To: Segher Boessenkool; +Cc: GCC Patches

On Sun, Oct 25, 2015 at 8:59 PM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> For 32-bit targets p8vector_ok does not imply we have int128.
>
> Tested with -m32,-m32/-mpowerpc64,-m64; okay for trunk?
>
>
> Segher
>
>
> 2015-10-26  Segher Boessenkool  <segher@kernel.crashing.org>
>
> gcc/testsuite/
>         * gcc.target/powerpc/p8vector-builtin-8.c: Add "target int128".

Okay.

Thanks, David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-26 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-26  5:14 [PATCH] rs6000: p8vector-builtin-8.c test requires int128 Segher Boessenkool
2015-10-26 21:04 ` David Edelsohn

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