This is the mail archive of the gcc-bugs@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]

[Bug fortran/54594] [OOP] Type-bound ASSIGNMENTs (elemental + array version) rejected as ambiguous


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54594

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-09-16 18:26:28 UTC ---
With the patch at http://gcc.gnu.org/ml/fortran/2012-09/msg00051.html, the
tests in comments #0 and #1 fails with

pr54594_1.f90:6.32:

     generic :: assignment(=) => a_ass
                                1
Error: Type-bound operator at (1) can't be NOPASS

Is it expected?


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