/* 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};
/*
* arch/xtensa/kernel/align.S
*
* Handle unalignment exceptions in kernel space.
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file "COPYIN
/* @(#)align.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Storage alignment parameters for sparc compilers.
* In "lint", we can't #define SZCHAR, and the like,