https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89497
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #23 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 45926
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45926&action=edit
rh1686696.c
r269302 also fixed the following testcase that has been miscompiled on
s390x-linux with -march=zEC12 -O2 -fno-strict-aliasing at least (or
-march=zEC12 -O2, -fno-strict-aliasing just because the testcase isn't
completely kosher, as it initializes malloced memory through long long array
and then accesses it as a struct containing long long and long long array
fields).
Is it worth adding this into the testsuite?