/*
* 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.c - handle alignment exceptions for the Power PC.
*
* Copyright (c) 1996 Paul Mackerras
* Copyright (c) 1998-1999 TiVo, Inc.
* PowerPC 403GCX modifications.
* Co
/* { dg-require-effective-target vect_int } */
#include
#include
#include "tree-vect.h"
/* Compile time known misalignment. Cannot use loop peeling to align
the store. */
/* 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};