[Bug fortran/38024] New: possibly syndax erros with Fortran 95
successful dot jiang at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Nov 5 16:57:00 GMT 2008
Hi there,
what is the syntax from? is it wrong usage of continuation '&'??
sdyajian@sdyajian:~/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
More information about the Gcc-bugs
mailing list