1 /* PR tree-optimization/98287 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fno-tree-ccp -fno-tree-forwprop -Wno-psabi -w" } */
5 typedef unsigned long __attribute__((__vector_size__ (8))) V
;
8 static __attribute__((noinline
, noclone
)) V
11 return v
>> s
<< s
| v
>> s
>> 63;