From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11562 invoked by alias); 6 Jul 2011 18:32:33 -0000 Received: (qmail 11553 invoked by uid 22791); 6 Jul 2011 18:32:32 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jul 2011 18:32:19 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p66IWCxb002965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Jul 2011 14:32:12 -0400 Received: from anchor.twiddle.net (vpn-224-25.phx2.redhat.com [10.3.224.25]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p66IWBtr009620; Wed, 6 Jul 2011 14:32:12 -0400 Message-ID: <4E14AA2B.1050408@redhat.com> Date: Wed, 06 Jul 2011 18:37:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: Bernd Schmidt CC: GCC Patches Subject: Re: [10/11] Expander fixes for 40-bit integers References: <4E0E0310.60406@codesourcery.com> <4E0E06AC.3080209@codesourcery.com> In-Reply-To: <4E0E06AC.3080209@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-07/txt/msg00387.txt.bz2 On 07/01/2011 10:41 AM, Bernd Schmidt wrote: > * optabs.c (expand_binop): Tighten conditions for doubleword > expansions. > (widen_bswap): Assert that mode bitsize and precision are the > same. > * stor-layout.c (get_best_mode): Skip modes that have lower > precision than bitsize. > * recog.c (simplify_while_replacing): Assert that bitsize and > precision are the same. Ok. r~