This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/57144] New: [4.9 regression] mpfr miscompiled after r198413


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 <http://permalink.gmane.org/gmane.comp.gcc.patches/285076> does
not help.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]