From patchwork Fri Jun 29 09:53:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 936763 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-480746-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="aCMqAnxR"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41HBnM3jf4z9ryk for ; Fri, 29 Jun 2018 19:54:14 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=jVCFconVyq8LXG3Wt+nsN8bV3Lil05RtMm4L/CyYDLNr9GnYdbyby pXtnAn54yrJQvjyBbPtkDSOBryjyyWukmXpZMAoeqOeM6v+7j97JqRPIdINIyj9B AZD3A2XJaIBxeHPmvmvydGAwR63fLJo90hwLdQR1iWWSD28AcimESc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=Uwy5RywrDIZWq13Fm9Vz8Fkwc0k=; b=aCMqAnxRml+UuVgyUa1O /+CBqIFUK1W+w8D16i4EI1ADpmsDrXK9NIzlpPM2o4e+KxX/zCqsWc37kN4A90Oy uQf37T9R7r6RyegoKRkDiae3Irwosb6OVpeYjlDIAmqygLZFQVG2AvthqeOz+a6A XdauWXnS/Tybn523Z2+K57Q= Received: (qmail 17140 invoked by alias); 29 Jun 2018 09:54:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 17045 invoked by uid 89); 29 Jun 2018 09:54:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=20_util, Hx-languages-length:1704 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Jun 2018 09:54:00 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 719F140122CB; Fri, 29 Jun 2018 09:53:58 +0000 (UTC) Received: from localhost (unknown [10.33.36.113]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2C9EC1C710; Fri, 29 Jun 2018 09:53:58 +0000 (UTC) Date: Fri, 29 Jun 2018 10:53:57 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH] Add whitespace to some dejagnu directives in libstdc++ tests Message-ID: <20180629095357.GA9277@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.2 (2017-12-15) * testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc: Add whitespace to dejagnu directive. * testsuite/23_containers/array/element_access/at_neg.cc: Likewise. Tested x86_64-linux, committed to trunk. commit 0c1a20c4c48f12dfa2797eb193ff9c5edbb4fd8f Author: Jonathan Wakely Date: Fri Jun 29 10:37:05 2018 +0100 Add whitespace to some dejagnu directives in libstdc++ tests * testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc: Add whitespace to dejagnu directive. * testsuite/23_containers/array/element_access/at_neg.cc: Likewise. diff --git a/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc index db2d47219c6..d940cec22d3 100644 --- a/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc @@ -1,4 +1,4 @@ -// { dg-do compile {target c++14 } } +// { dg-do compile { target c++14 } } // Copyright (C) 2013-2018 Free Software Foundation, Inc. // diff --git a/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc index 33f52f265d8..15f36909044 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc @@ -1,4 +1,4 @@ -// { dg-do run {target c++11 xfail *-*-* } } +// { dg-do run { target c++11 xfail *-*-* } } // Copyright (C) 2011-2018 Free Software Foundation, Inc. //