This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran,patch] Bounds-checking for lower bound of last dimension of assumed-size array
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Tobias Burnus" <burnus at net-b dot de>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 22 May 2007 10:16:37 +0200
- Subject: Re: [gfortran,patch] Bounds-checking for lower bound of last dimension of assumed-size array
- References: <19c433eb0705070813y5315f78dg3a3d593101416697@mail.gmail.com> <46486FCD.1000507@net-b.de>
Is not the last argument of gfc_trans_array_bound_check always true? You
copied exactly the arguments of the "if" above.
Did you want to remove the "if" completely?
Yes, you're right. After removing this "if" (and the other one you
pointed at), I have rebootstrapped and am regtesting again both with
and without -fbounds-check. I will commit when testing finishes.
FX