(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr83554.c
       1  /* PR target/83554 */
       2  /* { dg-do compile { target int128 } } */
       3  /* { dg-options "-Os" } */
       4  
       5  unsigned a;
       6  unsigned __int128
       7  foo (unsigned char c, unsigned short d, unsigned e, unsigned long f,
       8       unsigned __int128 g, unsigned h, unsigned short i, unsigned long j)
       9  {
      10    j /= (unsigned)-2;
      11    h += h &= c == c;
      12    h -= g;
      13    i = i >> 8 | i << 8;
      14    return c + d + e + f + g + h + i + j + a;
      15  }