Re: problem with dependencies in gcc-4.0-20040911

2005-03-08 Thread Vladimir Makarov
Kunal Parmar wrote: Hello, I am working with a VLIW processor and GCC-4.0-20040911. There is a problem in the dependency calculation of GCC. GCC is giving write-after-read a higher priority than write-after-write. Thus, as in the following code, GCC gives a write-after-read dependency between the 2

problem with dependencies in gcc-4.0-20040911

2005-03-08 Thread Kunal Parmar
Hello, I am working with a VLIW processor and GCC-4.0-20040911. There is a problem in the dependency calculation of GCC. GCC is giving write-after-read a higher priority than write-after-write. Thus, as in the following code, GCC gives a write-after-read dependency between the 2 instructions. Due t