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/34532] Doc error or rej.valid vendor extension: Integer as logical in IF expressions



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2007-12-20 02:33 -------
I think it should continue to be rejected. We don't need to encourage mushy
typing in fortran code.  I vote fix the documentation if needed.  The user
should do:

   if (i /= 0) print *, "whatever you think you need to do."


-- 


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


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