From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15699 invoked by alias); 28 Jul 2010 14:14:07 -0000 Received: (qmail 15069 invoked by uid 48); 28 Jul 2010 14:13:45 -0000 Date: Wed, 28 Jul 2010 14:14:00 -0000 Message-ID: <20100728141345.15067.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/45034] [4.3/4.4/4.5/4.6 Regression] "safe" conversion from unsigned to signed char gives broken code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikpe at it dot uu dot se" 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-07/txt/msg03094.txt.bz2 ------- Comment #13 from mikpe at it dot uu dot se 2010-07-28 14:13 ------- I've bootstrapped and regtested Richard's proposed fix (http://gcc.gnu.org/ml/gcc-patches/2010-07/msg02161.html) on top of a recent 4.5 snapshot, and it fixed the test case (and the original code it was based on) with no testsuite regressions. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45034