stack-corruption.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-O -mthumb -fno-omit-frame-pointer" } */

int main() {
  return 0;
}

/* { dg-final { scan-assembler-not "\tadd\tr7, sp, #8\n" } } */