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: PATCH: PR fortran/23634: temporary array of character ICE with non constant size


On Wed, Apr 05, 2006 at 08:14:43AM -0700, Steve Kargl wrote:
> On Wed, Apr 05, 2006 at 08:05:09AM -0700, H. J. Lu wrote:
> > On Tue, Apr 04, 2006 at 07:47:17PM -0700, H. J. Lu wrote:
> > > 
> > > Tonto is blocked now by
> > > 
> > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27035
> > > 
> > > If someone can fix it, I will give Tonto another try.
> > 
> > This bug has been fixed. But tonto segfaulted after 20 minutes.
> > 

There are calls in tonto like


  subroutine
        ...
	type ..... :: sh

	....

	if (associated (sh%a%b))
	 ...

But the pointer componets in sh are never nullified. After fixing
those, tonto went to an infinite loop. I don't know if it a tonto bug
or gfortran bug. I will look into it.


H.J.


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