URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr33697.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* We used to ICE for this with type-checking enabled. */ typedef signed short gint16; typedef unsigned short guint16; gint16 dissect_old_pflog(gint16 rnr) { return (guint16) ((guint16) ((guint16)rnr >> 8) | (guint16) ((guint16)rnr << 8)); }
Go to most recent revision | Compare with Previous | Blame | View Log