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: MacOSX and Windows binaries


Thanks for the MacOSX x86 build. Unfortunately there is a regression in my full application that I haven't been able to isolate into a test case. I get a nonsensical error message:

~/gfc/geloe$ gfortran -c readlens.f90
readlens.f90:407.103:

2','MODE SEQ','NAME '//trim(titles),'UNIT '//UpperCase(UNAME(kunit (0))(:2))
1
Error: Variable 'str' is used at (1) before the ENTRY statement in which it is a parameter


The is no variable 'str' in the statement pointed to. My application continues to compile and execute fine with g95, ivf, lf95 and xlf (including with full bounds and runtime uninitialization checking).

Every time there is a new build of gfortran, I end up fighting at least one thing that used to work but has been broken since the last build.

Well, we do our best not to regress, but unfortunately mistakes do creep in, that's why testing is so important. If you can open a bug report for this problem, we'll get it fixed ASAP.


FX


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