This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: thanks
- From: Mike Kumbera <kumbera1 at llnl dot gov>
- To: howarth at bromo dot msbb dot uc dot edu
- Cc: fortran at gcc dot gnu dot org
- Date: Fri, 29 Jul 2005 21:05:44 -0700
- Subject: Re: thanks
Jack
The bugs are in the test suite NOT the cray pointer implementation.
We knew about the test suite problems and Asher is in the process
of changing the test's so the optimizer can't reorder code.
(He is also working on making the test suite dejagnu compatible.)
It seemed to be a good idea to get Cray Pointer code released
as soon as it was stable.
Mike
> Asher,
> I was able to build gcc-4.1-20050728 with your patch and the
> GTY patch for gfc_array_range_type without any additional gfortran
> regressions popping up. I found that building the cp_test.f90
> test program with "gfortran -fcray-pointer" created a binary
> that executed with no failures. However while I saw the same
> at -O1, I found at -O2 and -O3, the resulting binary had the
> following errors...