From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23426 invoked by alias); 16 May 2004 01:25:34 -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 23405 invoked by uid 48); 16 May 2004 01:25:34 -0000 Date: Mon, 17 May 2004 00:14:00 -0000 Message-ID: <20040516012534.23404.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040325231958.14736.dann@godzilla.ics.uci.edu> References: <20040325231958.14736.dann@godzilla.ics.uci.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/14736] [tree-ssa] code quality regression X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg01691.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-16 01:25 ------- I think these regressions come from the movement away from convert to fold_convert in the middle-end. I think I have a fix which also gets rid of most of the usefulness of my cast pass. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14736