On Wed, Sep 8, 2010 at 5:38 PM, Wei Xu <we...@cisco.com> wrote: > Isaku: > > For binary constants below, to achieve max compatibility with gcc versions, > I recommend to change to hex (0x...):
Yes, binary constants were only added to GCC 4.3.x. Since they are also GCC extensions with no obvious way to circumvent their use (as with GCC attributes), they shouldn't be used.