This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/19101] missing & in character continuation not caught
- From: "Thomas dot Koenig at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2004 09:31:38 -0000
- Subject: [Bug fortran/19101] missing & in character continuation not caught
- References: <20041221094200.19101.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Thomas dot Koenig at online dot de 2004-12-25 09:31 -------
(In reply to comment #1)
The latest version of the F95 draft standard (isn't the world
of coypyrighted standards wonderful?) states
# If a character context is to be continued, the "&" shall be
# the last nonblank character on the line and shall not be
# followed by a commentary. An "&" shall be the first nonblank
# character on the next line that is not a comment line and the
# statement continues with the next character following the "&".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19101