https://gcc.gnu.org/g:2790800c61fb5748cd336e09a691848dd3e74090

commit r15-2092-g2790800c61fb5748cd336e09a691848dd3e74090
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Jul 17 11:40:58 2024 +0200

    testsuite: Add dg-do run to another test
    
    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.
    
    2024-07-17  Jakub Jelinek  <ja...@redhat.com>
    
            * c-c++-common/torture/builtin-convertvector-1.c: Add dg-do run
            directive.

Diff:
---
 gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c 
b/gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c
index fababf1a9eb3..5ce5890685ab 100644
--- a/gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c
+++ b/gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c
@@ -1,3 +1,4 @@
+/* { dg-do run } */
 /* { dg-skip-if "double support is incomplete" { "avr-*-*" } } */
 
 extern

Reply via email to