This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Question WRT gfortran.dg/allocatable_function_1.f90
- From: erik dot edelmann at iki dot fi
- To: Tobias Schl?ter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: pault at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Sat, 25 Nov 2006 18:25:13 +0200
- Subject: Re: Question WRT gfortran.dg/allocatable_function_1.f90
- References: <20061125015001.pnm1q4ini880ggk0@webmail.physik.uni-muenchen.de>
On Sat, Nov 25, 2006 at 01:50:01AM +0100, Tobias Schl?ter wrote:
> I'm trying to get the testsuite to work with -fbounds-check, and I ran
> into a problem with gfortran.dg/allocatable_function_1.f90. It
> produces 9 calls to gfortran_internal_free without bounds checking,
> which is what the testcase expects. OTOH with bounds checking enabled
> it produces 10 calls, and the 10th call looks fairly unsensible.
>
> Can either of you two look into this? I presume that the different
> block structure confuses the bookkeeping in some way.
I can take a look at it during the weekend.
Erik