Hi Jakub,
On 29/11/17 08:18, Jakub Jelinek wrote:
Hi!
The pr82929.c testcase uses store_merge effective target, which is
int32plus && nonstrict_align. Unfortunately, arm is handled for
nonstrict_align wierdly, although it has STRICT_ALIGNMENT 1, it is sometimes
considered nonstrict_align (the
Hi!
The pr82929.c testcase uses store_merge effective target, which is
int32plus && nonstrict_align. Unfortunately, arm is handled for
nonstrict_align wierdly, although it has STRICT_ALIGNMENT 1, it is sometimes
considered nonstrict_align (the only exception apparently).
Now, the testcase really