blob: 5bafb6df7f3d3104c518a167474d97c18a6397fd [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* Test -40(sp) in asm-syntax blocks within functions. */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
void foo() {
asm {
stfd f9,-40(sp);
}
}