From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23347 invoked by alias); 10 Jun 2011 10:15:09 -0000 Received: (qmail 23336 invoked by uid 22791); 10 Jun 2011 10:15:09 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jun 2011 10:14:51 +0000 Received: by wye20 with SMTP id 20so2031008wye.20 for ; Fri, 10 Jun 2011 03:14:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.163.76 with SMTP id z12mr1923907wbx.75.1307700890204; Fri, 10 Jun 2011 03:14:50 -0700 (PDT) Received: by 10.227.37.152 with HTTP; Fri, 10 Jun 2011 03:14:50 -0700 (PDT) In-Reply-To: <4DF1EAC9.3010809@oracle.com> References: <4DF1EAC9.3010809@oracle.com> Date: Fri, 10 Jun 2011 10:51:00 -0000 Message-ID: Subject: Re: [PATCH] Move error_operand_p one level up From: Richard Guenther To: Paolo Carlini Cc: "gcc-patches@gcc.gnu.org" , Ian Lance Taylor , Jason Merrill Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg00820.txt.bz2 On Fri, Jun 10, 2011 at 11:58 AM, Paolo Carlini wrote: > Hi, > > yesterday I noticed that, as I vaguely suspected for quite some time, > error_operand_p can be useful also outside the c++ front-end. The below, > which I bootstrapped c, c++, go, on x86_64-linux (and I'm finishing testing) > tries to do that, moving the macro one level up and using it in all the > suitable places I spotted. > > What do people think? Ok if it bootstraps and tests. Thanks, Richard. > Thanks, > Paolo. > > //////////////////// >