This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34532] Doc error or rej.valid vendor extension: Integer as logical in IF expressions
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2007 02:33:58 -0000
- Subject: [Bug fortran/34532] Doc error or rej.valid vendor extension: Integer as logical in IF expressions
- References: <bug-34532-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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