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]

Re: Bootstrap failure on MIPS


>>>>> "Richard" == Richard Henderson <rth@twiddle.net> writes:

    Richard> On Sat, Jan 29, 2000 at 03:24:09PM -0800, Mark Mitchell
    Richard> wrote:
    >> - PUT_MODE (outgoing, DECL_RTL (DECL_RESULT
    >> (current_function_decl))); + PUT_MODE (outgoing, DECL_MODE
    >> (DECL_RESULT (current_function_decl)));

    Richard> Twas a typo true, but is wasn't what I was after.  What I
    Richard> wanted was GET_MODE (DECL_RTL (...)).

Ah-ha.  Thanks!

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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