aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/mac68k-pragma-unsup-1.c
blob: 2250d0edfed1239f866ab007f1a360657121e3f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* APPLE LOCAL file 64-bit mainline */
/* 64-bit Darwin officially doesn't like the mac68k alignment pragma.  */

/* { dg-do compile { target powerpc*-*-darwin[89]* } } */
/* { dg-options "-m64" } */

#pragma options align=mac68k /* { dg-warning "mac68k alignment pragma is deprecated for 64-bit Darwin" } */

#pragma options align=reset /* this shouldn't error out */