]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/ChangeLog
re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 29 Mar 2009 20:33:07 +0000 (20:33 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 29 Mar 2009 20:33:07 +0000 (20:33 +0000)
commit6bb6267173b422eb05776c3212925e57aab008e5
treebab65c93c89839c430906d03c8985425a749601b
parent615ce5fd7ac9df44ecc9820f58383569c880fb73
re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)

2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/38823
        * gfortran.dg/power1.f90: New test.

2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/38823
        * gfortran.h: Add ARITH_PROHIBIT to arith enum.
        expr.c (gfc_match_init_expr): Add global variable init_flag to
        flag matching an initialization expression.
        (check_intrinsic_op): Move no longer reachable error message to ...
        * arith.c (arith_power): ... here.  Remove gfc_ prefix in
        gfc_arith_power.  Use init_flag.  Allow constant folding of x**y
        when y is REAL or COMPLEX.
        (eval_intrinsic): Remove restriction that y in x**y must be INTEGER
        for constant folding.
        * gfc_power: Update gfc_arith_power to arith_power

From-SVN: r145261
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/power1.f90 [new file with mode: 0644]
This page took 0.058945 seconds and 5 git commands to generate.