------- Comment #3 from kargl at gcc dot gnu dot org 2008-11-05 17:26 ------- (In reply to comment #2) > (In reply to comment #1) > > what is the syntax from? is it wrong usage of continuation '&'?? > The error position is signaled by the <1> marker. > Data is a fortran keyword. > I suggest you change your variable name.
I doubt that that is the problem because Fortran (as you know) does not have reserved keywords. Yang, we need to know the version of gfortran that you are using. Try 'gfortran --version'. It would also be helpful if you can attach either a reduced testcase or the code that demonstrates the problem. I suspect that the file is using fixed-form source code and the & is beyond column 72. Hmmm, on closer inspection it appears you have a missing /). You have (/D1, but no closing /). NODE(ATAN2(VA,VB),(/D1/(VB*V),-VA/(VB**2*V),(/Y%P,X%P/)) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38024