Re: Committed test case for PR 92442
Actually, that was 92422. ChangeLog changed correspondingly.
Committed test case for PR 92442
Hi, the PR is a gcc-9 only regression, for which I just committed a test case to trunk. We can then check what fixed this... 2019-11-23 Thomas Koenig PR fortran/92442 * gfortran.dg/bounds_check_21.f90: New test. ! { dg-do compile } ! { dg-options "-Warray-bounds -O2" } ! PR