diff mbox series

testsuite: Add dg-do run to another test

Message ID Zpd9uVp2RggiNoOZ@tucnak
State New
Headers show
Series testsuite: Add dg-do run to another test | expand

Commit Message

Jakub Jelinek July 17, 2024, 8:15 a.m. UTC
Hi!

This is another test which clearly has been written with the assumption that
it will be executed, but it isn't.
It works fine when it is executed on both x86_64-linux and i686-linux.

Ok for trunk?

2024-07-17  Jakub Jelinek  <jakub@redhat.com>

	* c-c++-common/torture/builtin-convertvector-1.c: Add dg-do run
	directive.


	Jakub

Comments

Richard Biener July 17, 2024, 9:10 a.m. UTC | #1
On Wed, 17 Jul 2024, Jakub Jelinek wrote:

> Hi!
> 
> This is another test which clearly has been written with the assumption that
> it will be executed, but it isn't.
> It works fine when it is executed on both x86_64-linux and i686-linux.
> 
> Ok for trunk?

OK.

> 2024-07-17  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* c-c++-common/torture/builtin-convertvector-1.c: Add dg-do run
> 	directive.
> 
> --- gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c.jj	2023-05-22 16:28:25.499147149 +0200
> +++ gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c	2024-07-16 18:54:55.907042232 +0200
> @@ -1,3 +1,4 @@
> +/* { dg-do run } */
>  /* { dg-skip-if "double support is incomplete" { "avr-*-*" } } */
>  
>  extern
> 
> 	Jakub
> 
>
diff mbox series

Patch

--- gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c.jj	2023-05-22 16:28:25.499147149 +0200
+++ gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c	2024-07-16 18:54:55.907042232 +0200
@@ -1,3 +1,4 @@ 
+/* { dg-do run } */
 /* { dg-skip-if "double support is incomplete" { "avr-*-*" } } */
 
 extern