From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21769 invoked by alias); 8 Nov 2011 20:50:22 -0000 Received: (qmail 21749 invoked by uid 22791); 8 Nov 2011 20:50:21 -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 X-Spam-Check-By: sourceware.org Received: from mail-fx0-f47.google.com (HELO mail-fx0-f47.google.com) (209.85.161.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Nov 2011 20:50:07 +0000 Received: by faat2 with SMTP id t2so1158978faa.20 for ; Tue, 08 Nov 2011 12:50:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.132.72 with SMTP id os8mr9724605lab.4.1320785406121; Tue, 08 Nov 2011 12:50:06 -0800 (PST) Received: by 10.152.36.73 with HTTP; Tue, 8 Nov 2011 12:50:06 -0800 (PST) In-Reply-To: References: Date: Tue, 08 Nov 2011 21:21:00 -0000 Message-ID: Subject: Re: [libgfortran, patch] Silence a warning in libgfortran's runtime/error.c From: Janne Blomqvist To: FX Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 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-11/txt/msg01246.txt.bz2 On Tue, Nov 8, 2011 at 12:33, FX wrote: > This patch for PR 47972 uses __builtin_choose_expr instead of the current if-else, avoiding the type warning for the branch not taken. This was suggested by Jakub in the PR itself. > > Bootstrapped and regtested on x86_64-linux, OK to commit to trunk? > FX Ok. -- Janne Blomqvist