This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix ptr_mode != Pmode problems in except.c
- To: rth at redhat dot com
- Subject: Re: Fix ptr_mode != Pmode problems in except.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 4 Jun 01 18:32:40 EDT
- Cc: gcc-patches at gcc dot gnu dot org
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?