From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11894 invoked by alias); 2 May 2013 14:59:19 -0000 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 Received: (qmail 11836 invoked by uid 48); 2 May 2013 14:59:17 -0000 From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/57144] New: [4.9 regression] mpfr miscompiled after r198413 Date: Thu, 02 May 2013 14:59:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00090.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57144 Bug #: 57144 Summary: [4.9 regression] mpfr miscompiled after r198413 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: schwab@linux-m68k.org CC: law@gcc.gnu.org Depends on: 57124 Target: ia64-*-* r198413 is causing miscompilation of mpfr-2.4.2 on ia64, seen by a lot of failures in its testsuite, some are looping infinitely. This makes it impossible to bootstrap with an in-tree mpfr, because the fortran compiler hangs while calling mpfr_log10 from gfc_arith_init_1. The patch in does not help.