From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109339 invoked by alias); 29 Jan 2016 10:13:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 109328 invoked by uid 89); 29 Jan 2016 10:13:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=26pm, 26PM X-HELO: e06smtp16.uk.ibm.com Received: from e06smtp16.uk.ibm.com (HELO e06smtp16.uk.ibm.com) (195.75.94.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 29 Jan 2016 10:13:28 +0000 Received: from localhost by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 29 Jan 2016 10:13:24 -0000 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp16.uk.ibm.com (192.168.101.146) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 29 Jan 2016 10:13:22 -0000 X-IBM-Helo: d06dlp01.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id D41F317D8056 for ; Fri, 29 Jan 2016 10:13:31 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0TADMMJ55967790 for ; Fri, 29 Jan 2016 10:13:22 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u0TADLZu001689 for ; Fri, 29 Jan 2016 03:13:21 -0700 Received: from bart (icon-9-164-173-19.megacenter.de.ibm.com [9.164.173.19]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with SMTP id u0TADJYr001608; Fri, 29 Jan 2016 03:13:19 -0700 Received: by bart (sSMTP sendmail emulation); Fri, 29 Jan 2016 11:13:19 +0100 Date: Fri, 29 Jan 2016 10:13:00 -0000 From: Andreas Krebbel To: Dominik Vogt Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] PR other/69006: S/390: Fix extra newlines after diagnostics. Message-ID: <20160129101319.GA6761@maggie> References: <20160127110126.GA7243@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160127110126.GA7243@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16012910-0025-0000-0000-000008C4A9D6 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg02288.txt.bz2 On Wed, Jan 27, 2016 at 12:01:26PM +0100, Dominik Vogt wrote: > gcc/ChangeLog > > PR other/69006 > * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove > trailing blank line from error message. Applied. Thanks! -Andreas-