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, fortran] PR37836 - ICE in gfc_trans_auto_array_allocation


On Sun, Nov 09, 2008 at 07:40:52AM +0100, Paul Richard Thomas wrote:
> 
>         PR fortran/37836
>         * intrinsic.c (add_functions): Reference gfc_simplify._minval
> 	and gfc_simplify_maxval.
> 	* intrinsic.h : Add prototypes for gfc_simplify._minval and
> 	gfc_simplify_maxval.
> 	* simplify.c (min_max_choose): New function extracted from
> 	simplify_min_max.
> 	(simplify_min_max): Call it.
> 	(simplify_minval_maxval, gfc_simplify_minval,
> 	gfc_simplify_maxval): New functions.
> 

The diff includes code changes in trans-array.c, which
I believe are part of a patch for another PR.

-- 
Steve


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