This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [gfortran] patch PR fortran/16861


François-Xavier Coudert wrote:
> Regtested on i386-linux for mainline. OK?

This is ok, also for 4.0.1 once the branch reopens.

Symbol handling will need some major surgery, and I hope to get there in the
near future, but for the time being this looks like a sensible thing to do.
Do you have found the real reason that e->symtree can be zero there?  It looks
more like an ordering problem in an earlier part of resolution to me.

- Tobi

> 2005-04-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
> 
> 	PR fortran/16861
> 	* resolve.c (resolve_variable): If e->symtree is not set, this
> 	ought to be a FAILURE, and not a segfault.
> 
> 
> 2005-04-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
> 
> 	PR fortran/16861
> 	* gfortran.dg/pr16861.f90: New test.


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