diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-07-17 11:40:58 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2024-07-17 11:40:58 +0200 |
commit | 2790800c61fb5748cd336e09a691848dd3e74090 (patch) | |
tree | af9e3202351797a2358c5c877e97ba1e9b7e05e0 /gcc | |
parent | 74bcef4cf16b35fe64767c1e8e529bdd229841a3 (diff) | |
download | gcc-2790800c61fb5748cd336e09a691848dd3e74090.zip gcc-2790800c61fb5748cd336e09a691848dd3e74090.tar.gz gcc-2790800c61fb5748cd336e09a691848dd3e74090.tar.bz2 |
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 <jakub@redhat.com>
* c-c++-common/torture/builtin-convertvector-1.c: Add dg-do run
directive.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 fababf1..5ce5890 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 |