]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/37836 (ICE in gfc_trans_auto_array_allocation)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 9 Nov 2008 17:40:30 +0000 (17:40 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 9 Nov 2008 17:40:30 +0000 (17:40 +0000)
commit5a0193eeedfa86c498cc72487d85fe9504291af4
tree4f1d95345e9597d6a7590ef5062e474745d2549b
parent82d3b03a3baf4681f3d4139fbc37c7e6cc92847f
re PR fortran/37836 (ICE in gfc_trans_auto_array_allocation)

2008-11-09  Paul Thomas  <pault@gcc.gnu.org>

        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.

2008-11-09  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/37836
        * gfortran.dg/minmaxval_1.f90: New test.

From-SVN: r141717
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/minmaxval_1.f90 [new file with mode: 0644]
This page took 0.055262 seconds and 5 git commands to generate.