This is the mail archive of the gcc-bugs@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]

[Bug middle-end/35768] gcc.c-torture/compile/20010226-1.c:22: ICE: in do_output_reload, at reload1.c:7331



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2008-03-31 23:06 -------
Subject: Re:  gcc.c-torture/compile/20010226-1.c:22: ICE: in do_output_reload,
at reload1.c:7331

> I suppose the assumption in pa.md is that the scratch output reload
> should be in the same mode as the input operand.

I think the constraint should be changed from "=&0" to "+&0" to indicate
that the operand is both read and written.  Possibly, this will fix the
problem.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35768


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