This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r114240 - in /branches/gcc-4_1-branch/gcc: fort...


Author: hjl
Date: Tue May 30 16:00:42 2006
New Revision: 114240

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114240
Log:
gcc/fortran/

2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>

	PR fortran/27662
	Backport from mainline
	2006-05-18  H.J. Lu  <hongjiu.lu@intel.com>
	* trans-array.c (gfc_conv_expr_descriptor): Don't zero the
	first stride to indicate a temporary.
	* trans-expr.c (gfc_conv_function_call): Likewise.

gcc/testsuite/

2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>

	PR fortran/27662
	Backport from mainline
	2006-05-18  H.J. Lu  <hongjiu.lu@intel.com>
	* gfortran.dg/temporary_1.f90: New file.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/temporary_1.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/trans-array.c
    branches/gcc-4_1-branch/gcc/fortran/trans-expr.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]