public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/58146] New: Array slice bounds checking
@ 2013-08-13  6:38 tkoenig at gcc dot gnu.org
  2013-08-13  6:38 ` [Bug fortran/58146] " tkoenig at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-08-13  6:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58146
           Summary: Array slice bounds checking
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org

The following doesn't trigger an error at compile time,
neither does it do so with -fcheck=all at runtime:

ig25@linux-fd1f:/tmp> cat diff.f90
program main
  implicit none
  integer :: n
  real, dimension(10) :: a
  n = 0
  call random_number(a)
  if (any(a(n+1:n+4) > [1.0, 2.0, 3.0])) print *,"Hello!"
end program main
ig25@linux-fd1f:/tmp> gfortran -fcheck=all diff.f90 
ig25@linux-fd1f:/tmp> ./a.out
ig25@linux-fd1f:/tmp>


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

end of thread, other threads:[~2023-09-18 21:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-13  6:38 [Bug fortran/58146] New: Array slice bounds checking tkoenig at gcc dot gnu.org
2013-08-13  6:38 ` [Bug fortran/58146] " tkoenig at gcc dot gnu.org
2013-08-13 14:15 ` dominiq at lps dot ens.fr
2013-08-13 22:08 ` tkoenig at gcc dot gnu.org
2013-08-13 22:55 ` tkoenig at gcc dot gnu.org
2013-08-14 16:56 ` mikael at gcc dot gnu.org
2013-08-14 17:06 ` mikael at gcc dot gnu.org
2013-08-14 21:26 ` tkoenig at gcc dot gnu.org
2013-08-27  9:52 ` mikael at gcc dot gnu.org
2013-08-27 11:31 ` mikael at gcc dot gnu.org
2013-08-27 17:26 ` tkoenig at gcc dot gnu.org
2023-09-18 21:37 ` anlauf 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).