This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: PR26038 and the pre-gomp patch
- From: Jakub Jelinek <jakub at redhat dot com>
- To: THOMAS Paul Richard 169137 <paul dot richard dot thomas at cea dot fr>
- Cc: fortran at gcc dot gnu dot org, paulthomas2 at wanadoo dot fr
- Date: Tue, 31 Jan 2006 08:19:43 -0500
- Subject: Re: PR26038 and the pre-gomp patch
- References: <756DFD3DE8F1D411A59A00306E06E84702C429CA@drfccad.cad.cea.fr>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jan 31, 2006 at 02:13:57PM +0100, THOMAS Paul Richard 169137 wrote:
> I just posted a comment on PR26038. ALLOCATE fails for assumed character
> length pointers because the TYPE_SIZE_UNIT is NULL. I wrote a quickie
> patch that you will find below; it passes the se.string_length to the
> library instead. However, your pre-gomp patch cures the problem. This is
> another reason to commit it, it seems to me.
The reason why I haven't committed the big patch yet is that when retesting
it a few days ago I found it causes a regression in a recently added
testcase (committed just a day before I wanted to commit my patch):
FAIL: gfortran.dg/assumed_charlen_function_3.f90 -O (test for excess errors)
I haven't found time to debug that yet unfortunately, am now busy with the
long double stuff that has higher priority. But I hope I'll have time for
that at the end of the week or so.
Jakub