annotate gcc/testsuite/gcc.c-torture/compile/20070529-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* ICE in chrec_fold_plus_poly_poly. */
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 typedef unsigned short __u16;
kono
parents:
diff changeset
4 typedef unsigned int u32;
kono
parents:
diff changeset
5 typedef __u16 __be16;
kono
parents:
diff changeset
6 struct hfs_extent {
kono
parents:
diff changeset
7 __be16 count;
kono
parents:
diff changeset
8 };
kono
parents:
diff changeset
9 int hfs_free_fork( int type)
kono
parents:
diff changeset
10 {
kono
parents:
diff changeset
11 u32 total_blocks, blocks, start;
kono
parents:
diff changeset
12 struct hfs_extent *extent;
kono
parents:
diff changeset
13 int res, i;
kono
parents:
diff changeset
14 for (i = 0; i < 3; extent++, i++)
kono
parents:
diff changeset
15 blocks += __fswab16((( __u16)(__be16)(extent[i].count)));
kono
parents:
diff changeset
16 }