From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32304 invoked by alias); 23 Feb 2010 08:39:20 -0000 Received: (qmail 32135 invoked by uid 48); 23 Feb 2010 08:39:06 -0000 Date: Tue, 23 Feb 2010 08:39:00 -0000 Message-ID: <20100223083906.32134.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/43128] [4.5 Regression] c-c++-common/pr41779.c doesn't work In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "manu at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02288.txt.bz2 ------- Comment #20 from manu at gcc dot gnu dot org 2010-02-23 08:39 ------- (In reply to comment #19) > > The proposed logic is the same, *except* that the conversion to a common > type goes via the semantic type, *if* there is excess precision involved > *and* the operand being converted had integer type. In order to know the common_type I need to move the test for build_type before the calls to convert_and_check. What is build_type for? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43128