public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, testsuite]: Make gcc.target/i386/bmi2-bzhi-2.c a runtime test.
@ 2016-03-02 12:07 Uros Bizjak
  2016-03-02 12:34 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Uros Bizjak @ 2016-03-02 12:07 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jakub Jelinek

Hello!

Apparently, this test was intended to be a runtime test.

2016-03-02  Uros Bizjak  <ubizjak@gmail.com>

    * gcc.target/i386/bmi2-bzhi-2.c: Change to runtime test.

Tested on x86_64-linux-gnu, will be committed to mainline SVN.

Uros.

diff --git a/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
b/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
index 34579d5..2e4a577 100644
--- a/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
+++ b/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
@@ -1,5 +1,5 @@
 /* PR target/65368 */
-/* { dg-do assemble { target bmi2 } } */
+/* { dg-do run { target bmi2 } } */
 /* { dg-options "-O2 -mbmi2" } */

 #include <x86intrin.h>

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

* Re: [PATCH, testsuite]: Make gcc.target/i386/bmi2-bzhi-2.c a runtime test.
  2016-03-02 12:07 [PATCH, testsuite]: Make gcc.target/i386/bmi2-bzhi-2.c a runtime test Uros Bizjak
@ 2016-03-02 12:34 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2016-03-02 12:34 UTC (permalink / raw)
  To: Uros Bizjak; +Cc: gcc-patches

On Wed, Mar 02, 2016 at 01:07:37PM +0100, Uros Bizjak wrote:
> Apparently, this test was intended to be a runtime test.
> 
> 2016-03-02  Uros Bizjak  <ubizjak@gmail.com>
> 
>     * gcc.target/i386/bmi2-bzhi-2.c: Change to runtime test.
> 
> Tested on x86_64-linux-gnu, will be committed to mainline SVN.

LGTM, thanks.

> diff --git a/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
> b/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
> index 34579d5..2e4a577 100644
> --- a/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
> +++ b/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
> @@ -1,5 +1,5 @@
>  /* PR target/65368 */
> -/* { dg-do assemble { target bmi2 } } */
> +/* { dg-do run { target bmi2 } } */
>  /* { dg-options "-O2 -mbmi2" } */
> 
>  #include <x86intrin.h>

	Jakub

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

end of thread, other threads:[~2016-03-02 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-02 12:07 [PATCH, testsuite]: Make gcc.target/i386/bmi2-bzhi-2.c a runtime test Uros Bizjak
2016-03-02 12:34 ` Jakub Jelinek

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