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