Re: [PATCH] Fix PR tree-optimization/83195 testcase for arm

2017-11-29 Thread Kyrill Tkachov
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

[PATCH] Fix PR tree-optimization/83195 testcase for arm

2017-11-29 Thread Jakub Jelinek
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