1 /* PR middle-end/31448, this used to ICE during expand because
2 reduce_to_bit_field_precision was not ready to handle constants. */
13 const static int constreg
[] = { 0,};
15 next
->iIndex
= constreg
[nIndx
];
20 const static int constreg
[] = { 0xFEFEFEFE,};
22 next
->iIndex
= constreg
[nIndx
];
23 next
->iIndex1
= constreg
[nIndx
];
30 if (next
->iIndex
!= 0xFFFEFEFE)
32 if (next
->iIndex1
!= 0xFFFEFEFE)