public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/96216] New: Gap in interface checking
@ 2020-07-16  6:55 tkoenig at gcc dot gnu.org
  2020-07-16  6:55 ` [Bug fortran/96216] " tkoenig at gcc dot gnu.org
  2021-04-16 16:22 ` tkoenig at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2020-07-16  6:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96216

            Bug ID: 96216
           Summary: Gap in interface checking
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org
  Target Milestone: ---

The following is not flagged:

      DOUBLE PRECISION X (1000)
      DOUBLE PRECISION A
      INTEGER NCP
      NCP = 10
      CALL XYZ (NCP, X, X (NCP + 1))
      CALL XYZ (NCP, X (NCP+1) , X)
      CALL XYZ (NCP, X (NCP+1) , A)
      END

The second call is not compatible with the third one, and should be flagged.

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

end of thread, other threads:[~2021-04-16 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  6:55 [Bug fortran/96216] New: Gap in interface checking tkoenig at gcc dot gnu.org
2020-07-16  6:55 ` [Bug fortran/96216] " tkoenig at gcc dot gnu.org
2021-04-16 16:22 ` tkoenig at gcc dot gnu.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).