public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/22503] New: Suggest to use .EQV. when comparing logicals with .EQ.
@ 2005-07-15 17:23 reichelt at gcc dot gnu dot org
  2005-07-15 17:28 ` [Bug fortran/22503] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-07-15 17:23 UTC (permalink / raw)
  To: gcc-bugs

Consider the following code snippet:

===========================
       subroutine FOO
         logical I
         I = I .eq. I
       end subroutine FOO
===========================

g77 used to give the following error message with the suggesiton what to do:

test.f: In subroutine `foo':
test.f:3: 
            I = I .eq. I
                1 2    3
Use .EQV./.NEQV. instead of .EQ./.NE. at (2) for LOGICAL operands at (1) and (3)

gfortran only gives:

 In file test.f90:3

         I = I .eq. I
            1
Error: Operands of comparison operator '.eq.' at (1) are LOGICAL(4)/LOGICAL(4)


A suggestion to use .EQV./.NEQV. instead would be nice (especially since
other compilers accept the code without modification).

-- 
           Summary: Suggest to use .EQV. when comparing logicals with .EQ.
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: enhancement
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-27  8:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-15 17:23 [Bug fortran/22503] New: Suggest to use .EQV. when comparing logicals with .EQ reichelt at gcc dot gnu dot org
2005-07-15 17:28 ` [Bug fortran/22503] " pinskia at gcc dot gnu dot org
2005-07-26 18:34 ` reichelt at gcc dot gnu dot org
2005-07-27  8:40 ` cvs-commit at gcc dot gnu dot org
2005-07-27  8:41 ` cvs-commit at gcc dot gnu dot org
2005-07-27  8:54 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).