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



------- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-03-06 06:23 -------
I have found the fix for this.  It is simple.  Do we want to allow the missing
& and then give an error on -pedantic?

Intel allows the missing & and continues at the next non blank character.

How strict shall we go? per standard it "shall have".


-- 


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]