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]

Re: Fix ptr_mode != Pmode problems in except.c


    This bit is wrong.  Mips4 with the n32 abi has word_mode == DImode,
    but Pmode == ptr_mode == SImode.  Conversion from word_mode to Pmode
    is needed here, not ptr_mode to Pmode.

But why is the handler address in word_mode instead of Pmode?


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