public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/108025] New: Duplicate CONTIGUOUS attribute should be diagnosed
@ 2022-12-08 21:48 anlauf at gcc dot gnu.org
  2022-12-08 22:00 ` [Bug fortran/108025] " anlauf at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: anlauf at gcc dot gnu.org @ 2022-12-08 21:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108025
           Summary: Duplicate CONTIGUOUS attribute should be diagnosed
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: anlauf at gcc dot gnu.org
  Target Milestone: ---

The following code should be rejected as indicated:

subroutine foo (x)
  real, contiguous :: x(:)
  contiguous       :: x    ! { dg-error "Duplicate CONTIGUOUS attribute" }
end

Detected by NAG and Intel.

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

end of thread, other threads:[~2023-03-27 18:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 21:48 [Bug fortran/108025] New: Duplicate CONTIGUOUS attribute should be diagnosed anlauf at gcc dot gnu.org
2022-12-08 22:00 ` [Bug fortran/108025] " anlauf at gcc dot gnu.org
2022-12-08 22:15 ` cvs-commit at gcc dot gnu.org
2022-12-08 22:17 ` anlauf at gcc dot gnu.org
2023-03-27 18:43 ` cvs-commit 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).