PING*2: [Bug preprocessor/23479] Implement binary constants with a "0b" prefix

Joseph S. Myers joseph@codesourcery.com
Mon Apr 23 12:03:00 GMT 2007


On Sun, 22 Apr 2007, Mark Mitchell wrote:

> Joseph, has there been any discussion of this in WG14?  Is there any
> conflict between the proposed 0b... syntax and any other aspect of C,
> current or proposed?

I'm not aware of any recent discussion of this (though I haven't asked the 
people here at the WG14 meeting in London who can report decisions taken 
at particular meetings in 1985).  The syntax is within the syntax of 
preprocessing numbers, so doesn't conflict as long as there are -pedantic 
pedwarns for when 0b... preprocessing tokens are converted to tokens 
(including in #if).

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list