Re: reload problem in GCC 4.1

2006-03-08 Thread Jim Wilson
Rajkishore Barik wrote: problems with the following instruction in post-reload.c:391 in reload_cse_simplify_operands function stating that the insn does not satisfy constraint. There are lots of different ways that this problem can occur. It is hard to say much without having a testcase I

reload problem in GCC 4.1

2006-03-06 Thread Rajkishore Barik
Hi, I was trying to feed the reload phase with a different hardware register assignment to pseudo registers (using reg_renumber array) than the ones produced by local-alloc or global-alloc. However, I get problems with the following instruction in post-reload.c:391 in reload_cse_simplify_operands

Re: reload problem in GCC 4.1

2006-03-06 Thread Rajkishore Barik
The architecture for which I generate code is Intel x86. On 3/6/06, Rajkishore Barik [EMAIL PROTECTED] wrote: Hi, I was trying to feed the reload phase with a different hardware register assignment to pseudo registers (using reg_renumber array) than the ones produced by local-alloc or