* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr65014.c
blobc76e95729b09caa9772ddd639bea262ec9d15386
1 /* PR tree-optimization/65014 */
2 /* { dg-do compile { target int32plus } } */
4 extern int x;
6 unsigned
7 foo (unsigned int y)
9 return (y << ((__INTPTR_TYPE__) &x)) | (y >> (32 - ((__INTPTR_TYPE__) &x)));