Hi,
I have a simple recursive function that causes compilation with ifc to fail. It's as if recursion is not being allowed. The errors reported are:
The code compiles fine with PGI and SGI MIPSPro compilers. Here is the function:
I don't see any relevant options in the manual, that I am not already using. I am compiling with the flags: -O2 -opt_report -WB -mp -openmp -fpp1 -auto -pc64 -c -cm -w95 -tpp7 -xW.
Thanks for any suggestions,
jfk.

