repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle peeling for alignment with masking
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
h8300-bss-align-1.c
blob
d6459e15f67a40b543e916161477bfc960bd78c6
1
/* Make sure that the H8 backend does align zero initialized variables. */
2
/* { dg-do compile { target h8300-*-* } } */
3
/* { dg-options "" } */
4
5
struct
s
{
6
char
a
,
b
;
7
long
c
;
8
};
9
10
struct
s s
= {
0
};
11
12
/* { dg-final { scan-assembler ".align" } } */