From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23280 invoked by alias); 15 Apr 2011 16:45:28 -0000 Received: (qmail 23264 invoked by uid 22791); 15 Apr 2011 16:45:25 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta10.emeryville.ca.mail.comcast.net (HELO qmta10.emeryville.ca.mail.comcast.net) (76.96.30.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Apr 2011 16:44:54 +0000 Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta10.emeryville.ca.mail.comcast.net with comcast id Xrvm1g0030cQ2SLAAskuQ2; Fri, 15 Apr 2011 16:44:54 +0000 Received: from [10.0.0.9] ([24.4.193.8]) by omta10.emeryville.ca.mail.comcast.net with comcast id Xsks1g0060BKwT48WsktPD; Fri, 15 Apr 2011 16:44:53 +0000 References: <33F4E740-6ED2-4694-B63C-E43ED3B91461@codesourcery.com> <201104151104.44739.ebotcazou@adacore.com> <201104151244.25295.ebotcazou@adacore.com> In-Reply-To: <201104151244.25295.ebotcazou@adacore.com> Mime-Version: 1.0 (iPad Mail 8G4) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <2369D837-5081-473D-AF20-60B8AC7BFFE3@comcast.net> Cc: Steven Bosscher , "gcc-patches@gcc.gnu.org" , Maxim Kuvyrkov From: Mike Stump Subject: Re: [PATCH] Improve combining of conditionals Date: Fri, 15 Apr 2011 16:55:00 -0000 To: Eric Botcazou 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-04/txt/msg01221.txt.bz2 On Apr 15, 2011, at 3:44 AM, Eric Botcazou wrote: >> And make IN_COND a bool instead of an int? >=20 > I had the same initial reaction but then came to the same conclusion as M= axim. If it can be bool, it should be bool.