Le 06/10/2015 16:22, Andre Vehreschild a écrit :
Hi all,the attached patch fixes a 6 regression when the argument of sizeof() is a pointer to a class object, e.g., when the class object is intent(out). The patch improves the check if the parameter is a class object by previously checking whether the argument is the plain object or a pointer to one and using TREE_OPERAND() once or twice, respectively. Bootstraps and regtests ok on x86_64-linux-gnu/f21. Ok for trunk?
Ok. Thanks. Mikael