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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
darwin-abi-9.c
blob
fa5bd017fec3072288f58f1cb2dbb8c4390bcc2d
1
/* { dg-do compile { target powerpc*-*-darwin* } } */
2
/* { dg-require-effective-target ilp32 } */
3
/* { dg-options "-Wno-long-long" } */
4
5
struct
b
6
{
7
long long
t
;
8
int
i
;
9
};
10
11
struct
l
12
{
13
int
i
;
14
double
d
;
15
};
16
struct
k
17
{
18
int
tt
;
19
struct
l d
;
20
struct
b h
;
21
int
t
;
22
};
23
24
int
f
[
sizeof
(
struct
k
)!=
36
?-
1
:
1
];