OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2006-01-01 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
darwin-abi-9.c
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 l
13
{
14
int i;
15
double d;
16
};
17
struct k
18
{
19
int tt;
20
struct l d;
21
struct b h;
22
int t;
23
};
24
25
int f[sizeof(struct k)!=36?-1:1];