(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr98629.c
       1  /* PR tree-optimization/98629 */
       2  
       3  unsigned int a;
       4  int b, c;
       5  
       6  void
       7  foo (void)
       8  {
       9    unsigned int *e = &a;
      10    (a /= a |= b) - (0 <= (*e += *e)) * (c *= *e);
      11  }