From 2790800c61fb5748cd336e09a691848dd3e74090 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 17 Jul 2024 11:40:58 +0200 Subject: [PATCH] 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 * c-c++-common/torture/builtin-convertvector-1.c: Add dg-do run directive. --- 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 -- 2.47.2