From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18000 invoked by alias); 21 Jan 2004 04:52:07 -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 17992 invoked by uid 48); 21 Jan 2004 04:52:07 -0000 Date: Wed, 21 Jan 2004 04:52:00 -0000 Message-ID: <20040121045207.17991.qmail@sources.redhat.com> From: "dhazeghi at yahoo dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040113200005.13674.lucier@math.purdue.edu> References: <20040113200005.13674.lucier@math.purdue.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/13674] ICE in reload_cse_simplify_operands, at postreload.c:378 on PPC64 X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg02507.txt.bz2 List-Id: ------- Additional Comments From dhazeghi at yahoo dot com 2004-01-21 04:52 ------- Reduced to 20 lines: extern int ___isfinite (double x); void ___H__23__23_integer_3f_() { int ___r1; double ___F64V1; double ___F64V2; void *___hlbl_tbl[] = { &&___L0__23__23_integer_3f_}; ___L0__23__23_integer_3f_: ___F64V1 = (*((double *) ((((void *) ((___r1) - (1))) + 4)))); if (!___isfinite(___F64V1)) ___r1 = ___F64V1 == 0.001 ? -3 : 4; { void *___host_label; goto *___host_label; } return; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13674