[Bug fortran/38024] possibly syndax erros with Fortran 95
successful dot jiang at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Nov 5 16:59:00 GMT 2008
------- Comment #1 from successful dot jiang at gmail dot com 2008-11-05 16:58 -------
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38024
More information about the Gcc-bugs
mailing list