[Bug fortran/60718] Test case gfortran.dg/select_type_4.f90 fails on ARM

bernd.edlinger at hotmail dot de gcc-bugzilla@gcc.gnu.org
Fri Apr 4 09:44:00 GMT 2014


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

--- Comment #4 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
in this example, we have

__class_poly_list_Node_type_p is alias_set 3
which is used for the list_type::head, next fields

and

__class_poly_list_Node_type is alias set 8
which is used for the parameter new_node of append_node

but the invocation at MAIN__ supplies a __class_poly_list_Node_type_p node.

I am not sure, but I think these should be either the
same type or at least have the same alias set.



More information about the Gcc-bugs mailing list