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: PR26038 and the pre-gomp patch


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


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