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

Re: sparc-sun-solaris2.9 bootstrap broken due to final.c change


Gerald Pfeifer wrote:

I'm afraid this change

2004-01-17 Daniel Jacobowitz <drow@mvista.com>

        * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
        (final_scan_insn): Update to take an additional SEEN argument.  Emit
        a line note after the prologue.  Make static.
        (line_note_exists): Remove.
        (final): Don't initialize line_note_exists.  Update call to
        final_scan_insn.
        * output.h (final_scan_insn): Remove prologue.
        * function.c (set_insn_locators): Update comment.
        (thread_prologue_and_epilogue_insns): Add a comment.

is causing bootstrap to fail on sparc-sun-solaris2.9:

his follow up patch works:


http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01749.html

A


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