From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22487 invoked by alias); 17 Jan 2008 11:10:20 -0000 Received: (qmail 22122 invoked by uid 48); 17 Jan 2008 11:09:37 -0000 Date: Thu, 17 Jan 2008 11:27:00 -0000 Message-ID: <20080117110937.22121.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/34825] [4.2/4.3 regression] ICE with -funsafe-math-optimizations In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" 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: 2008-01/txt/msg01762.txt.bz2 ------- Comment #5 from ubizjak at gmail dot com 2008-01-17 11:09 ------- (In reply to comment #4) > The easiest thing is probably to just not do reciprocal optimization > for x / x. This will be later converted to 1.0 anyway. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34825