URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr27282.c] - Rev 154
Compare with Previous | Blame | View Log
/* This test used to ICE on PowerPC at -O due to combine GEN_INT bug. */ typedef struct _ColRowInfo ColRowInfo; typedef struct { } GnmSheetRange; struct _ColRowInfo { float size_pts; unsigned margin_a:3; unsigned margin_b:3; unsigned visible:1; }; colrow_equal (ColRowInfo const *a, ColRowInfo const *b) { return a->size_pts == b->size_pts && a->margin_a == b->margin_a && a->visible == b->visible; }