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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
struct-align-1_main.c
blob
0b7f27bead0d958cead1b94e222549fef8d95279
1
/* Test compatibility of structure layout and alignment for structs
2
which contain doubles. The original structs here are from PR 10645. */
3
4
extern
void
struct_align_1_x
(
void
);
5
extern
void
exit
(
int
);
6
int
fails
;
7
8
int
9
main
()
10
{
11
struct_align_1_x
();
12
exit
(
0
);
13
}