* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20070529-1.c
blobf34add2b6c5667fce3feff2596f6f99576cf7369
1 /* ICE in chrec_fold_plus_poly_poly. */
3 typedef unsigned short __u16;
4 typedef unsigned int u32;
5 typedef __u16 __be16;
6 struct hfs_extent {
7 __be16 count;
8 };
9 int hfs_free_fork( int type)
11 u32 total_blocks, blocks, start;
12 struct hfs_extent *extent;
13 int res, i;
14 for (i = 0; i < 3; extent++, i++)
15 blocks += __fswab16((( __u16)(__be16)(extent[i].count)));