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: [PATCH] Fix -fno-automatic with variable length arrays (PR fortran/28415)


On Thu, Oct 05, 2006 at 12:38:47PM -0400, Jakub Jelinek wrote:
> Ok for trunk?

And 4.1 too?  Apparently it suffers the same problem.

> 2006-10-05  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR fortran/28415
> 	* trans-decl.c (gfc_finish_var_decl): With -fno-automatic, don't
> 	make artificial variables or pointer to variable automatic array
> 	TREE_STATIC.
> 
> 	* gfortran.dg/pr28415.f90: New test.

	Jakub


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