This is the mail archive of the gcc-patches@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]

[dataflow][PATCH] Fix a bootstrap problem on SPARC


This is to fix bootstrap problems on SPARC.
Bootstrapped on i686 and SPARC, and regtested on SPARC
(and i686 regtest is in progress).
Ok ?

2007-04-24 Seongbae Park <seongbae.park@gmail.com>

       * final.c (leaf_renumber_regs_insn): Use SET_REGNO().
       * df-scan.c (df_insn_refs_collect): Handle non-local gotos.
       * sparc.c: New include of df.h.
       * dce.c (prescan_insns_for_dce): Call mark_libcall for all insns
       with with REG_LIBCALL_ID.
--
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";

Attachment: df-sparc-bootstrap-0424.diff.txt
Description: Text document


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