/* APPLE LOCAL file Macintosh alignment */
/* align-test-5*.c are all the same code but with different options. */
/* { dg-do run } */
/* { dg-options "-malign-power -DSIZE=12" } */
/* We have a di
/* Make sure that the H8 backend does align zero initialized variables. */
/* { dg-do compile { target h8300-*-* } } */
/* { dg-options "" } */
struct s {
char a, b;
long c;
};
struct s s = {0};
/* align.c - handle alignment exceptions for the Power PC.
*
* Copyright (c) 1996 Paul Mackerras
* Copyright (c) 1998-1999 TiVo, Inc.
* PowerPC 403GCX modifications.
* Co