2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / h8300-bss-align-1.c
blobd6459e15f67a40b543e916161477bfc960bd78c6
1 /* Make sure that the H8 backend does align zero initialized variables. */
2 /* { dg-do compile { target h8300-*-* } } */
3 /* { dg-options "" } */
5 struct s {
6 char a, b;
7 long c;
8 };
10 struct s s = {0};
12 /* { dg-final { scan-assembler ".align" } } */