I'm using fortran and C++ to write my programs. I'm using C++ to allocate memory and fortran to do the work.
I compile my program without any error massages, but when I try to run the program stop whit this messages:
** Illegal Instruction **
End of diagnostics
Do you have any suggestion of what I need to look for to find the error?
The break point depends of level of optimization
Problems to compile fortran and C++ programs
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.


