aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/asm-block-4.c
blob: 5bafb6df7f3d3104c518a167474d97c18a6397fd (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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);
  }
}