This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/19101] missing & in character continuation not caught


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]