From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12707 invoked by alias); 16 Oct 2008 09:44:19 -0000 Received: (qmail 12441 invoked by uid 48); 16 Oct 2008 09:42:58 -0000 Date: Thu, 16 Oct 2008 09:44:00 -0000 Message-ID: <20081016094258.12440.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/37845] gcc ignores FP_CONTRACT pragma set to OFF In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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-10/txt/msg01065.txt.bz2 ------- Comment #2 from rguenth at gcc dot gnu dot org 2008-10-16 09:42 ------- The fma patterns on ia64 are not guarded properly. They should be off as long as flag_unsafe_math_optimizations is not specified. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37845