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: reject incompatible classes in simplify_subreg


On Thu, Nov 04, 2004 at 03:36:39PM -0400, Aldy Hernandez wrote:
> 	* simplify-rtx.c (simplify_subreg): Reject class incompatability,
> 	and avoid making invalid subregs.

This *should* be redundant with the validate_subreg check later.
Do you have a test case that denies this?  Remember that we *do*
currently allow (subreg:SI (reg:DF) 0) for a 32-bit target...


r~


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