On Sun, May 29, 2011 at 04:08:54PM +0200, Thomas Koenig wrote: > > Regression-tested on trunk. OK for trunk and 4.6? What about 4.5? > > Thomas > > 2011-05-29 Thomas Koenig <tkoe...@gcc.gnu.org> > > 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-05-29 Thomas Koenig <tkoe...@gcc.gnu.org> > > PR fortran/45786 > * gfortran.dg/operator_7.f90: New test case.
OK for trunk and 4.6. If it applies cleanly to 4.5 and passes regression testing, then you can also commit to 4.5 at your discretion. -- steve