r134847 - in /branches/gcc-4_3-branch/gcc: fort...

pault@gcc.gnu.org pault@gcc.gnu.org
Thu May 1 07:31:00 GMT 2008


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



More information about the Gcc-cvs mailing list