This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix PR 34305 - ICE on invalid real array bound


Thomas,

Your patch fixed the

Internal Error at (1):
compare_bound(): Bad expression

However I doubt your test case will pass the regtesting since it gives two errors:

pr34305_1.f90:5.23:

      dimension idata (datasize)  ! { dg-error "must be of INTEGER type|must ha
                      1
Error: Expression at (1) must be of INTEGER type
pr34305_1.f90:5.21:

      dimension idata (datasize)  ! { dg-error "must be of INTEGER type|must ha
                    1
Error: The module or main program array 'idata' at (1) must have constant shape

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]