https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83683
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83683
--- Comment #2 from Thomas Koenig ---
Author: tkoenig
Date: Thu Jan 4 21:04:23 2018
New Revision: 256265
URL: https://gcc.gnu.org/viewcvs?rev=256265&root=gcc&view=rev
Log:
2018-01-04 Thomas Koenig
PR fortran/83683
PR fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83683
--- Comment #1 from Thomas Koenig ---
Another thing that is incorrectly accepted, also with
-fcheck=bounds:
program main
implicit none
integer :: n
integer :: i,n1, n2, n3
character(len=3), parameter :: e(2,3,4) =
reshape([(repeat(achar(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83683
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|