From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 05ABE3858D33; Thu, 16 Feb 2023 11:48:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05ABE3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676548093; bh=4NK3w6G1FgXuETQ7dWf8e7mSXAN93TNVDu6qfDiv52Q=; h=From:To:Subject:Date:From; b=ebgzWhlndCXcFFdKpmPuYWDQavdFqzTlqzkYU00AZIcFEUv7lDXEj240H3a/TMqnF VdPLLOZ+YooCaY53ZtdWuAYaO2vZJbsRu/FoaWazGGNEQxOHF6p4VEcfZZVLIPkAjq DBOAQxEs7RQW4H03t+EyP+l6siZt7i3C9L/H/ayo= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-6079] libstdc++: Add missing space after effective-target name in test X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: cb6beb887e64935c12a3508ead6d1806ef341ba2 X-Git-Newrev: 38a8a3341873d5068474ce2c73208eec9cd894d4 Message-Id: <20230216114813.05ABE3858D33@sourceware.org> Date: Thu, 16 Feb 2023 11:48:12 +0000 (GMT) List-Id: https://gcc.gnu.org/g:38a8a3341873d5068474ce2c73208eec9cd894d4 commit r13-6079-g38a8a3341873d5068474ce2c73208eec9cd894d4 Author: Jonathan Wakely Date: Thu Feb 16 11:40:35 2023 +0000 libstdc++: Add missing space after effective-target name in test libstdc++-v3/ChangeLog: * testsuite/17_intro/names_pstl.cc: Add space after effective target name. Diff: --- libstdc++-v3/testsuite/17_intro/names_pstl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/17_intro/names_pstl.cc b/libstdc++-v3/testsuite/17_intro/names_pstl.cc index e5f3ca91aa2..42ce098550c 100644 --- a/libstdc++-v3/testsuite/17_intro/names_pstl.cc +++ b/libstdc++-v3/testsuite/17_intro/names_pstl.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++17 } } -// { dg-additional-options "-DTBB_SUPPRESS_DEPRECATED_MESSAGES=1" { target tbb_backend} } +// { dg-additional-options "-DTBB_SUPPRESS_DEPRECATED_MESSAGES=1" { target tbb_backend } } // The TBB headers use non-reserved names (because they're not part of the // implementation) so we need to include them before the macro definitions