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: PR 25532


Erik,

Paul,

Have you taken a look at PR 25532?  It's a regression that seems
to have been caused by one of your 2005-12-22 patches (those are
the only changes (according to svn log) committed to fortran/
between a working version (revision 108902) and an ICE:ing one
(revision 108943)).

Thanks for bringing this to my attention.

There are three different, temporary work-arounds:

(i) Remove all "use ModelParams" from the contained procedures;
(ii) Add a "use ModelParams" to subroutine SetTimeSteps; or
(iii) Change the order of the contained procedures.

In the meantime, I will sort out a solution.

Paul


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