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]

Re: [PATCH/RFC] SH: Many ICEs on complex numbers


On Thu, Dec 09, 2004 at 07:03:38AM +0900, Kaz Kojima wrote:
> 	* expr.c (emit_move_via_alt_mode): Return NULL_RTX if the GEN_FCN
> 	for the alt_mode move returns null.

I think this is the wrong approach.  The move patterns are not allowed
to fail.

On the other hand, we shouldn't have asked for this mode in the first
place if HARD_REGNO_MODE_OK is false.  I'll work on a fix.



r~


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