Hi,
When I use -o3/-o2 option during compilation, I get wrong output. If I do not use any optimization provide by compiler (no -o option) i get correct output. Problem is I need -o3option as I need to enable software pipelining and optimization. I am working on C6000 floating point processor. Any suggestions to overcome the problem?