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

15 lines
315 B
C

/* PR tree-optimization/83593 */
/* { dg-options "-O2 -fno-tree-dominator-opts -fnon-call-exceptions -fno-tree-pre -fexceptions -fno-code-hoisting -fno-tree-fre" } */
void
hr (int *ed, signed char *ju)
{
int kc;
{
int xj;
int *q2 = (*ed == 0) ? &xj : &kc;
*ju = 0;
kc = *ju;
}
}