re PR fortran/35033 (Valid ASSIGNMENT(=) rejected)
authorTobias Burnus <burnus@net-b.de>
Tue, 26 Feb 2008 22:33:35 +0000 (23:33 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 26 Feb 2008 22:33:35 +0000 (23:33 +0100)
commite19bb1866c16a9fcd38ab36056c5ca55cf6d9d62
tree491eee3f4bb92adcf2c5327e4178a0792616b4ce
parentf5c630c3126fe4e6e681c4638752b64979b40029
re PR fortran/35033 (Valid ASSIGNMENT(=) rejected)

2008-02-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35033
        * interface.c (check_operator_interface): Show better line for
        * error
        messages; fix constrains for user-defined assignment operators.
        (gfc_extend_assign): Fix constrains for user-defined assignment
        operators.

2008-02-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35033
        * gfortran.dg/assignment_2.f90: New.

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