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

Re: [patch,Fortran] PR 41777 - fix attribute usage for generics


Tobias Burnus wrote:
There seem to be multiple issues with generic functions as at
several places the generic symbols attributes (expr->symtree->n.sym)
and not the one of the specific (expr->value.functions.esym) is used.

The attached patch fixes some of those problems, but more remain as
the PR shows; in particular, the program in comment 0 of the PR
still does not work.

With regards to wrong-code, the issue is mostly whether the address
of the pointer or of the pointer target is used.

Bootstrapped and regtested on x86-64-linux.
OK for the trunk? What do you think about 4.4/4.3 backports?

Tobias


OK for trunk. I think that when you get the rest sorted out it is OK for 4.4. I think 4.3 may be getting a bit old now.

Jerry


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