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: [PATCH] fortran/30207 -- Fix a WHERE and array section problem


roger,
I'm a little curious what other approaches you investigated.  After a
little digging, I think I now understand why I thought the front-end
canonicalized "z" and "z(:)" to the same gfc_expr.  It turns out that
it's not the front-end that canonicalizes them, but the scalarizer.


The truly brutal one of setting the dimen_types to DIMEN_RANGE for a full array :-)


I figured that it should not do any harm but I was wrong!

Paul


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