From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10209 invoked by alias); 12 Apr 2008 03:11:07 -0000 Received: (qmail 10092 invoked by uid 48); 12 Apr 2008 03:10:24 -0000 Date: Sat, 12 Apr 2008 03:11:00 -0000 Message-ID: <20080412031024.10091.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/35885] unsigned long long and while loop evaluation regression? In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2008-04/txt/msg00861.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2008-04-12 03:10 ------- I think this is one of the reasons why x86 should change to HWI is 64bits, it will get the same code generation between using -m32 on x86_64 and i?86. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org Component|c |middle-end GCC build triplet|several | GCC host triplet|several | GCC target triplet|several |HWI == 32bits http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35885