https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2019-05-30 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- For big-endian targets, this testcase is obvious what is going on; the order of the stores need to be swapped there. What needs to happen is display the type/size of the access rather than just char* (which is used for the aliasing set).