r174560 - in /branches/gcc-4_5-branch/gcc: fort...

tkoenig@gcc.gnu.org tkoenig@gcc.gnu.org
Thu Jun 2 09:09:00 GMT 2011


Author: tkoenig
Date: Thu Jun  2 09:09:53 2011
New Revision: 174560

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174560
Log:
2011-06-02  Thomas Koenig  <tkoenig@gcc.gnu.org>

	Backport from trunk
	PR fortran/45786
	* interface.c (gfc_equivalent_op):  New function.
	(gfc_check_interface):  Use gfc_equivalent_op instead
	of switch statement.
	* decl.c (access_attr_decl):  Also set access to an
	equivalent operator.

2011-06-02  Thomas Koenig  <tkoenig@gcc.gnu.org>

	Backport from trunk
	PR fortran/45786
	* gfortran.dg/operator_7.f90:  New test case.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/operator_7.f90
Modified:
    branches/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/gcc-4_5-branch/gcc/fortran/decl.c
    branches/gcc-4_5-branch/gcc/fortran/gfortran.h
    branches/gcc-4_5-branch/gcc/fortran/interface.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list