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/49659] If-and-condition not obeyed using the g77-compiler (Windows 7, 64-bit).


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


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