]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: fix dg-do run whitespace
authorSam James <sam@gentoo.org>
Tue, 30 Jul 2024 10:08:31 +0000 (11:08 +0100)
committerSam James <sam@gentoo.org>
Tue, 30 Jul 2024 10:54:35 +0000 (11:54 +0100)
This caused the tests to not be run. I may do further passes for non-run
next.

Tested on x86_64-pc-linux-gnu and checked test logs before/after.

PR c/53548
PR target/101529
PR tree-optimization/102359
* c-c++-common/fam-in-union-alone-in-struct-1.c: Fix whitespace in dg directive.
* c-c++-common/fam-in-union-alone-in-struct-2.c: Likewise.
* c-c++-common/torture/builtin-shufflevector-2.c: Likewise.
* g++.dg/pr102359_2.C: Likewise.
* g++.target/i386/mvc1.C: Likewise.

gcc/testsuite/c-c++-common/fam-in-union-alone-in-struct-1.c
gcc/testsuite/c-c++-common/fam-in-union-alone-in-struct-2.c
gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c
gcc/testsuite/g++.dg/pr102359_2.C
gcc/testsuite/g++.target/i386/mvc1.C

index 7d4721aa95ac4ee785d761aa6b940b465254f365..39ebf17850bfed288e6f46440a5643d6b72ed0eb 100644 (file)
@@ -1,6 +1,6 @@
 /* testing the correct usage of flexible array members in unions 
    and alone in structures.  */
-/* { dg-do run} */
+/* { dg-do run } */
 /* { dg-options "-Wpedantic" } */
 
 union with_fam_1 {
index 3743f9e7dac5184a2bd33a719725b539c828f16b..93f9d5128f6e8ff96125e11a3681b7fbbaf51d2a 100644 (file)
@@ -1,6 +1,6 @@
 /* testing the correct usage of flexible array members in unions 
    and alone in structures: initialization  */
-/* { dg-do run} */
+/* { dg-do run } */
 /* { dg-options "-O2" } */
 
 union with_fam_1 {
index b1ffc95e39ae539a747cb3330e1f4a252b9785cc..a84e0a626211ee752a305791c0e71bc85981a8cc 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run}  */
+/* { dg-do run }  */
 /* PR target/101529 */
 typedef unsigned char C;
 typedef unsigned char __attribute__((__vector_size__ (8))) V;
index d026d727dd5c3c711a03ef712cd04ab6eab2d5ac..1b3f6147dec17a0a0f1885184d5abe09f931c3e0 100644 (file)
@@ -1,6 +1,6 @@
 /* PR middle-end/102359 ICE gimplification failed since
    r12-3433-ga25e0b5e6ac8a77a.  */
-/* { dg-do run} */
+/* { dg-do run } */
 /* { dg-options "-ftrivial-auto-var-init=zero" } */
 /* { dg-require-effective-target c++17 } */
 
index b307d01ace63d8b3f27b6131a311cb0dd361e190..348bd0ec72022efc796e6533007549685d14cd0f 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run} */
+/* { dg-do run } */
 /* { dg-require-ifunc "" } */
 
 __attribute__((target_clones("avx","arch=slm","arch=core-avx2","default")))