interface.c (gfc_match_end_interface): Deal with user defined operators that...
commitc6d6e62f3e8b13bda76eb8586a5024f4e488cab9
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 25 Sep 2010 05:55:59 +0000 (25 05:55 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 25 Sep 2010 05:55:59 +0000 (25 05:55 +0000)
tree6a6e24a82a64416d1e9b911053664b619ba7717e
parent3879ef2d2a8c2bd64daec90883ea4e24be767356
interface.c (gfc_match_end_interface): Deal with user defined operators that...

2010-09-24  Steven G. Kargl  < kargl@gcc.gnu.org>

* fortran/interface.c (gfc_match_end_interface): Deal with user defined
operators that overload rational operators and C1202.

2010-09-24  Steven G. Kargl  < kargl@gcc.gnu.org>

* testsuite/gfortran.dg/operator_c1202.f90: New test.

From-SVN: r164616
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/operator_c1202.f90 [new file with mode: 0644]