Hi there, what is the syntax from? is it wrong usage of continuation '&'??
[EMAIL PROTECTED]:~/HSL$ gfortran HSL_AD02_FORWARD_DOUBLE.F95 HSL_AD02_FORWARD_DOUBLE.F95:5594.12: DATA%GRAPH(DATA%NUM_NODES) = NODE(ATAN2(VA,VB),(/D1/(VB*V),-VA/(VB**2 & 1 Error: Syntax error in DATA statement at (1) The original source code is that, DATA%GRAPH(DATA%NUM_NODES) = NODE(ATAN2(VA,VB),(/D1/(VB*V),-VA/(VB**2 & *V),(/Y%P,X%P/)) It is F95 free format file, and do I use the continuation '&' in a wrong way?? THanks a lot. cheers. -- Summary: possibly syndax erros with Fortran 95 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: successful dot jiang at gmail dot com GCC host triplet: possibly syndax erros with Fortran 95(gfortran) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38024