PDA

View Full Version : programming Issue



gravor
November 21st, 2015, 08:33 AM
Hello
I would like to compile a fortran program but I have this message.
Error: invalid instruction suffix for `push'
What should I do ?

T.J.
November 23rd, 2015, 10:28 AM
That can indicate a *possible* bug in GCC. Do you have some example code that generates the error for testing?

TideMan
November 25th, 2015, 04:13 AM
Are you using gfortran?
If so, what do you get when you type:
gfortran -c myprogram.f90