OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20070529-1.c] - Diff between revs 297 and 338

Only display areas with differences | Details | Blame | View Log

Rev 297 Rev 338
/* ICE in chrec_fold_plus_poly_poly. */
/* ICE in chrec_fold_plus_poly_poly. */
 
 
typedef unsigned short __u16;
typedef unsigned short __u16;
typedef unsigned int u32;
typedef unsigned int u32;
typedef __u16 __be16;
typedef __u16 __be16;
struct hfs_extent {
struct hfs_extent {
 __be16 count;
 __be16 count;
};
};
int hfs_free_fork( int type)
int hfs_free_fork( int type)
{
{
 u32 total_blocks, blocks, start;
 u32 total_blocks, blocks, start;
 struct hfs_extent *extent;
 struct hfs_extent *extent;
 int res, i;
 int res, i;
 for (i = 0; i < 3; extent++, i++)
 for (i = 0; i < 3; extent++, i++)
  blocks += __fswab16((( __u16)(__be16)(extent[i].count)));
  blocks += __fswab16((( __u16)(__be16)(extent[i].count)));
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.