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 fortran/36117] Use MPFR for bessel function (optimization, rejects valid F2008)



------- Comment #5 from zadeck at gcc dot gnu dot org  2008-05-09 12:15 -------
Subject: Bug 36117

Author: zadeck
Date: Fri May  9 12:14:57 2008
New Revision: 135113

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135113
Log:
2008-05-08  Kenneth Zadeck  <zadeck@naturalbridge.com>

        PR middle-end/36117
        * dce.c (deletable_insn_p): Do not delete calls if 
        df_in_progress.
        (delete_unmarked_insns): When deleting a call, call 
        delete_unreachable_blocks.
        * rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
        RTL_CONST_OR_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P): Fixed
        doc.



Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dce.c
    trunk/gcc/doc/rtl.texi


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36117


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