From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id D1DFC3848402; Fri, 10 Sep 2021 09:32:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1DFC3848402 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3446] Fix 'dg-do run' syntax in 'c-c++-common/auto-init-padding-{2, 3}.c' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/master X-Git-Oldrev: 1dae802b685937b1dc52e49d0641c75f3186ba14 X-Git-Newrev: 5c5c2d86e520c3bf37368309b2fe932c88bdd14f Message-Id: <20210910093215.D1DFC3848402@sourceware.org> Date: Fri, 10 Sep 2021 09:32:15 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2021 09:32:15 -0000 https://gcc.gnu.org/g:5c5c2d86e520c3bf37368309b2fe932c88bdd14f commit r12-3446-g5c5c2d86e520c3bf37368309b2fe932c88bdd14f Author: Thomas Schwinge Date: Fri Sep 10 11:26:50 2021 +0200 Fix 'dg-do run' syntax in 'c-c++-common/auto-init-padding-{2,3}.c' 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. Diff: --- gcc/testsuite/c-c++-common/auto-init-padding-2.c | 2 +- gcc/testsuite/c-c++-common/auto-init-padding-3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/c-c++-common/auto-init-padding-2.c b/gcc/testsuite/c-c++-common/auto-init-padding-2.c index e2b50dc5ae8..462f5aeab91 100644 --- a/gcc/testsuite/c-c++-common/auto-init-padding-2.c +++ b/gcc/testsuite/c-c++-common/auto-init-padding-2.c @@ -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. */ diff --git a/gcc/testsuite/c-c++-common/auto-init-padding-3.c b/gcc/testsuite/c-c++-common/auto-init-padding-3.c index e2c48c002c9..22770142a95 100644 --- a/gcc/testsuite/c-c++-common/auto-init-padding-3.c +++ b/gcc/testsuite/c-c++-common/auto-init-padding-3.c @@ -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. */