Re: [PATCH][GCC] Fix oversized shifts in PR/88903 testcase.

2019-01-22 Thread Richard Biener
On Mon, 21 Jan 2019, Tamar Christina wrote: > Hi All, > > The testcase for PR/tree-optimization 88903 hits > undefined behavior for the overwide shifts. This is > causing the testcases to fail for all Arm platforms. > > This updates the testcase to add an explicit & such > that the behavior is

[PATCH][GCC] Fix oversized shifts in PR/88903 testcase.

2019-01-21 Thread Tamar Christina
Hi All, The testcase for PR/tree-optimization 88903 hits undefined behavior for the overwide shifts. This is causing the testcases to fail for all Arm platforms. This updates the testcase to add an explicit & such that the behavior is consistent. Regtested on aarch64-none-linux-gnu and no issue