[Bug fortran/35864] [4.4 Regression] Revision 133965 broke gfortran.dg/initialization_1.f90

pault at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 1 07:33:00 GMT 2008



------- Comment #13 from pault at gcc dot gnu dot org  2008-05-01 07:32 -------
Subject: Bug 35864

Author: pault
Date: Thu May  1 07:31:28 2008
New Revision: 134847

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134847
Log:
2008-05-01  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/35864
        * expr.c (scalarize_intrinsic_call): Reorder identification of
        array argument so that if one is not found a segfault does not
        occur.  Return FAILURE if all scalar arguments.

        PR fortran/35780
        * expr.c (scalarize_intrinsic_call): Identify which argument is
        an array and use that as the template.
        (check_init_expr): Remove tests that first argument is an array
        in the call to scalarize_intrinsic_call.

2008-05-01  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/35780
        * gfortran.dg/simplify_argN_1.f90: New test.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/simplify_argN_1.f90
Modified:
    branches/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/gcc-4_3-branch/gcc/fortran/expr.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35864



More information about the Gcc-bugs mailing list