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.
/* 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 {
/* 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 {
-/* { dg-do run} */
+/* { dg-do run } */
/* PR target/101529 */
typedef unsigned char C;
typedef unsigned char __attribute__((__vector_size__ (8))) V;
/* 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 } */
-/* { dg-do run} */
+/* { dg-do run } */
/* { dg-require-ifunc "" } */
__attribute__((target_clones("avx","arch=slm","arch=core-avx2","default")))