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

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  <[EMAIL PROTECTED]>

        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  <[EMAIL PROTECTED]>

        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=35780

Reply via email to