Paolo Bonzini - Re: Complex types aliasing and MEM_IN_STRUCT_P (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
I would suspect that vector-types have the same problem.
I doubt that because vector type is not treated like an aggregate but instead it has the same aliasing set as the underlying type.