------- Comment #5 from deji_aking at yahoo dot ca 2007-04-17 13:21 ------- Yes adding compiling with -ffixed-line-length-80 solved the issue for me, thanks to you both. I've noticed the original author of that code used tabs in a couple of space he should have used spaces, the other compilers I tried with probably sees the tab as a single separator while gfortran fleshed it out to 3 spaces. I've added -ffixed-line-length-80 to the Makefile to handle similar other cases in the model.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31594