From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20253 invoked by alias); 17 Feb 2005 13:49:24 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20194 invoked by uid 48); 17 Feb 2005 13:49:08 -0000 Date: Thu, 17 Feb 2005 18:04:00 -0000 Message-ID: <20050217134908.20193.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050216163033.20009.hp@gcc.gnu.org> References: <20050216163033.20009.hp@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01947.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 13:49 ------- This is caused obviously by: * convert.c (convert_to_integer) : Pass TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20009