aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20140816-1.c
blob: 6521b056982808c50ef0bc36aaa9e94b7835bc6c (plain)
1
2
3
4
5
/* This used to ICE with the ccmp patches on aarch64. */
int f(char);
int init_emit_regs (int mode) {
  f(mode == 4 || mode == 13);
}