From patchwork Sat Aug 4 16:50:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 953473 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-483171-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="UYS24pI+"; 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 41jVK04bV8z9sXZ for ; Sun, 5 Aug 2018 02:50:26 +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:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=OD3/IwzsHPUI2TD2NORw/ypZLjGPd3GGWPrPPIxjAd+RK7qP4P+wJ XOGSlOKBzbCfGL9tbTlK8pEDW9fDdeZNrfR5da357+3myI2xvzoSiXVX73RL1yYd SMv3ScaQmMP9GsajbxbHVv1hMYAaw3htBsab4XmDCPVyapjYl5nGJM= 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:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=SVb5Ez1h8LSVgS2MCxpF/NtwcOs=; b=UYS24pI+VApJD9newMsw q8Ks263pgdovBQHbNitLwemHVtVVEFmezPkGckmU+cxWdcBw3VrNvYemFFRDj3MM QoEc6yYvJXtR7rjDtgKvTKWmsqPVs2e196yNh/HE3kJB/tHctZAbYVPW2ADP39qa IPtpC6Nj8WOac0jz3FARImw= Received: (qmail 5521 invoked by alias); 4 Aug 2018 16:50:19 -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 5505 invoked by uid 89); 4 Aug 2018 16:50:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=BAYES_20, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=A9DA, 4d69, e780, DF73 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Aug 2018 16:50:17 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 41jVJl1qwrz1qvV5 for ; Sat, 4 Aug 2018 18:50:15 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 41jVJl1l1Hz1qqkB for ; Sat, 4 Aug 2018 18:50:15 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id te6hFb38vHwW for ; Sat, 4 Aug 2018 18:50:14 +0200 (CEST) Received: from igel.home (ppp-188-174-156-64.dynamic.mnet-online.de [188.174.156.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Sat, 4 Aug 2018 18:50:14 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 111C32C1286; Sat, 4 Aug 2018 18:50:14 +0200 (CEST) From: Andreas Schwab To: gcc-patches@gcc.gnu.org Subject: Remove duplicate test X-Yow: Yow! Date: Sat, 04 Aug 2018 18:50:14 +0200 Message-ID: <87in4q9iux.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 The test for type:cvip was being run twice. Committed as obvious. Andreas. * gcc.dg/guality/const-volatile.c: Remove duplicate test "type:cvip". diff --git a/gcc/testsuite/gcc.dg/guality/const-volatile.c b/gcc/testsuite/gcc.dg/guality/const-volatile.c index 3bfca0d14d..21f84b5c20 100644 --- a/gcc/testsuite/gcc.dg/guality/const-volatile.c +++ b/gcc/testsuite/gcc.dg/guality/const-volatile.c @@ -80,8 +80,6 @@ main (int argc, char **argv) /* { dg-final { gdb-test "@main" "type:vs" "volatile struct { const long cli; const signed char csc; }" } } */ -/* { dg-final { gdb-test "@main" "type:cvip" "int * const volatile" } } */ - /* { dg-final { gdb-test "@main" "type:bar" "struct bar { short s; const short cs; volatile short vs; const volatile short cvs; volatile long long vll; }" } } */ /* { dg-final { gdb-test "@main" "type:foo" "struct foo { const long cli; const signed char csc; }" } } */ /* { dg-final { gdb-test "@main" "type:cfoo" "const struct foo { const long cli; const signed char csc; }" } } */