From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28526 invoked by alias); 6 Apr 2004 21:03: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 28337 invoked by uid 48); 6 Apr 2004 21:02:59 -0000 Date: Tue, 06 Apr 2004 21:03:00 -0000 Message-ID: <20040406210259.28336.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040406182004.14868.nick@ilm.com> References: <20040406182004.14868.nick@ilm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/14868] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00564.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-06 21:02 ------- The problem is that if convert is trying to convert if (tmp < 0) tmp = -tmp; into fabs(tmp); but hitting a NULL pointer. Note this does not happen on the tree-ssa for some reason. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14868