This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] | |
I suggest that we continue to allow this temporarily and emit aTYPE(mytype) :: dummy_arg one needs CLASS(mytype):: dummy_arg
Thinking about it, it makes sense: Unless the procedure is overwritten,
the type%inherited_proc() won't work. (I have not checked what happends
currently.)
warning. That way, all the hooks are there and we can correct it as
soon as..
<During initialization> Error: Type mismatch in argument 'this' at (1); passed TYPE(t2) to TYPE(t)
It is now partially recreated. Give me a few days and I might be ableThat would be great - hopefully, you will have a submittable patch before Stage3 - the reviewing can then extend into the early days of Stage3.
to offer something useful that will at least allow this to work.
Other than this - OK for me.Ditto from me. You can commit is (even today), the dump-parse-tree and documentation (and maybe GENERIC ;-) can be done later.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |