This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49659] If-and-condition not obeyed using the g77-compiler (Windows 7, 64-bit).
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 6 Jul 2011 11:04:02 +0000
- Subject: [Bug fortran/49659] If-and-condition not obeyed using the g77-compiler (Windows 7, 64-bit).
- Auto-submitted: auto-generated
- References: <bug-49659-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49659
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-06 11:03:58 UTC ---
Strangely ifort outputs the same result, so it must be correct (thus,
your program is invalid). Works with
IF ((C.eq.4).and.(M.eqv..FALSE.)) THEN