Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr57518.c
2023-03-06 14:48:14 +01:00

16 lines
275 B
C

/* PR rtl-optimization/57518 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-rtl-ira" } */
char ip[10];
int total;
void foo() {
int t;
t = ip[2];
total = t & 0x3;
}
/* { dg-final { scan-rtl-dump-not "REG_EQUIV\[^\n\]*mem\[^\n\]*\"ip\".*subreg" "ira" } } */