Fortran: fix ICE in compare_bound_int [PR108527]
authorHarald Anlauf <anlauf@gmx.de>
Tue, 24 Jan 2023 21:36:25 +0000 (22:36 +0100)
committerHarald Anlauf <anlauf@gmx.de>
Sat, 28 Jan 2023 21:00:38 +0000 (22:00 +0100)
commit22afa4947584c701633a79fd8750c9ceeaa96711
tree0ad3fd13f8d8659b748cd4c7f1a1d347111a9444
parentaba9ff8f30d4245294ea2583de1dc28f1c7ccf7b
Fortran: fix ICE in compare_bound_int [PR108527]

gcc/fortran/ChangeLog:

PR fortran/108527
* resolve.cc (compare_bound_int): Expression to compare must be of
type INTEGER.
(compare_bound_mpz_t): Likewise.
(check_dimension): Fix comment on checks applied to array section
and clean up associated logic.

gcc/testsuite/ChangeLog:

PR fortran/108527
* gfortran.dg/pr108527.f90: New test.

Co-authored-by: Steven G. Kargl <kargl@gcc.gnu.org>
gcc/fortran/resolve.cc
gcc/testsuite/gfortran.dg/pr108527.f90 [new file with mode: 0644]