diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pragma-align.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/pragma-align.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/pragma-align.c b/gcc/testsuite/gcc.dg/pragma-align.c index f5d457e69d5..5341870b6cb 100644 --- a/gcc/testsuite/gcc.dg/pragma-align.c +++ b/gcc/testsuite/gcc.dg/pragma-align.c @@ -1,6 +1,6 @@ /* Prove that HANDLE_SYSTEMV_PRAGMA alignment handling works somewhat. */ -/* { dg-do compile { target i?86-*-linux* i?86-*-*bsd* i?86-*-sco3.2v5* } } */ +/* { dg-do run { target i?86-*-linux* i?86-*-*bsd* i?86-*-sco3.2v5* *-*-solaris2.* } } */ struct { char one; @@ -39,4 +39,3 @@ main() if(sizeof(resetalign) != sizeof(defaultalign)) abort(); return 0; } - |

