http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-03-19 18:26:58 UTC --- static inline unsigned short __builtin_bswap16(unsigned short a) { return (a<<8)|(a>>8); }