aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/asm-function-9.C
blob: 576390fc1a368fb887b99257d641abf56e2ee251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* APPLE LOCAL file CW asm blocks */
/* Test macros with . in the opcode.  */

/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */

#define foodef() rlwinm. r4,r4,31,16,31

asm void foo (void)
{
      foodef()
}