Fix 'dg-do run' syntax in 'c-c++-common/auto-init-padding-{2,3}.c'
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 10 Sep 2021 09:26:50 +0000 (11:26 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 10 Sep 2021 09:26:50 +0000 (11:26 +0200)
Fix-up for recent commit a25e0b5e6ac8a77a71c229e0a7b744603365b0e9
 "Add -ftrivial-auto-var-init option and uninitialized variable attribute".

gcc/testsuite/
* c-c++-common/auto-init-padding-2.c: Fix 'dg-do run' syntax.
* c-c++-common/auto-init-padding-3.c: Likewise.

gcc/testsuite/c-c++-common/auto-init-padding-2.c
gcc/testsuite/c-c++-common/auto-init-padding-3.c

index e2b50dc..462f5ae 100644 (file)
@@ -1,7 +1,7 @@
 /* To test that the compiler can fill all the paddings to zeroes for the 
    structures when the auto variable is partially initialized,  fully 
    initialized, or not initialized for -ftrivial-auto-var-init=zero.  */
-/* { dg-do run} */
+/* { dg-do run } */
 /* { dg-options "-ftrivial-auto-var-init=zero" } */
 
 /* Structure with no padding. */
index e2c48c0..2277014 100644 (file)
@@ -1,7 +1,7 @@
 /* To test that the compiler can fill all the paddings to zeroes for the 
    structures when the auto variable is partially initialized,  fully 
    initialized, or not initialized for -ftrivial-auto-var-init=pattern.  */
-/* { dg-do run} */
+/* { dg-do run } */
 /* { dg-options "-ftrivial-auto-var-init=pattern" } */
 
 /* Structure with no padding. */