Internal Compiler error, IPA info needs to be reconstructed

We had a PGI version 7.1 and are trying 10.8 trial version. Some of the bigger fortran programs with make files do not compile anymore. I can’t figure out what is wrong, I appreciate any help.
The error says:

PGF90-F-0000-Internal compiler error. IPA information needs to be reconstructed 0 (STDIN.f)

Hello,

Either rebuild the entire program with -Mipa and pgf90 10.8 version,
or drop -Mipa switches. It needs all the ipa info updated to the needs for 10.8 compilers,
and the 7.1 information is an older format that is no longer handled.


regards,
dave