modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr37664.c (about)

     1  /* PR tree-optimization/37664 */
     2  
     3  int v;
     4  
     5  int
     6  foo ()
     7  {
     8    int a = 0x8899A862;
     9    int b = 0x8E * a;
    10    int c = (b % b);
    11    if (v > (4294967295U >> c))
    12      return v;
    13    return 0;
    14  }