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] Clean up simplify_gen_relational, use simplify_relational_operationmore widely


On Fri, 30 Apr 2004, Andreas Schwab wrote:
> Fails on ia64-linux.
> ...
> (gdb) pr
> (subreg:DI (eq (reg:BI 550)
>         (const_int 0 [0x0])) 0)

I believe the problem is triggered because the EQ incorrectly has
mode VOIDmode instead of BImode.  I'm building an ia64-linux tree
to see if I can find out where we're creating this invalid EQ.

Roger
--


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