(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
cris/
pr93372-12.c
       1  /* Check that eliminable compare-instructions are eliminated. */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2" } */
       4  /* { dg-final { scan-assembler-not "\tcmp|\ttest" } } */
       5  
       6  #define t char
       7  #include "pr93372-11.c"