From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106482 invoked by alias); 2 Jun 2016 21:37:45 -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 105892 invoked by uid 89); 2 Jun 2016 21:37:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FSL_BULK_SIG,PYZOR_CHECK,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mail-oi0-f41.google.com Received: from mail-oi0-f41.google.com (HELO mail-oi0-f41.google.com) (209.85.218.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 02 Jun 2016 21:37:43 +0000 Received: by mail-oi0-f41.google.com with SMTP id e72so98723339oib.1 for ; Thu, 02 Jun 2016 14:37:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ggmW59qGx4viBMPgy6egrQhD0bmomzBYpuPps8M9sog=; b=N/ytGZGhZnxy/iJS1t6U/ymIxHwS7cus6ZavA2C0wf/wTMpg1RubftjKd7MeZlGSan jfBPYEPFb4JEbCd/o4kYxBcssE7exTCbjhin/NpoyGlrR5mIkVXltnTl8dNurUwSo03n 1Wc0aZny0IcRppGsmoJQ2CyAq7zefREJvNSA4Sp3KAHh4MjKpdQqtBVduB1cg0gURCEj MdX6tJCrzANB8CmyhGUH1R7yj5gWEa4M6xWqnJX+vnAeY21AY11GwpW1jVY3d6/F7Y/Q YvRrXGAkqJFvLOl2yPkIDDtuuuSEXbdLWmaA/vOZ1zSmtMm9s5c2puEY8F9eD2uz0+3m zENA== X-Gm-Message-State: ALyK8tKJxNMm/hCDshOMGwSK/oPwWeujtqblEdlA00RTD6lD64E3/IYNRzqNl55gWUm+gyWay6Cz6bl9caWscDp4 X-Received: by 10.202.207.84 with SMTP id f81mr162156oig.150.1464903461572; Thu, 02 Jun 2016 14:37:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.141.42 with HTTP; Thu, 2 Jun 2016 14:37:22 -0700 (PDT) In-Reply-To: <5750A692.9020605@oracle.com> References: <5750A692.9020605@oracle.com> From: Jason Merrill Date: Thu, 02 Jun 2016 21:37:00 -0000 Message-ID: Subject: Re: [C++ Patch] Change a few error + error to error + inform To: Paolo Carlini Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00232.txt.bz2 OK. Jason