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/35009] error on valid with -std=f95 (character arrays in format tags)



------- Comment #10 from jvdelisle at gcc dot gnu dot org  2008-03-02 23:06 -------
The code is not valid in these test cases. For -std-f95 we give errors. 
Otherwise we always warn and it is allowed as an extension.

The test cases happen to be using an array for the format which is allowed. 
That the array contains Hollerith is irrelevant to what you are fixing here.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35009


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