
1 Sep
2011
1 Sep
'11
9:43 p.m.
On 1 September 2011 05:07, Paul Mensonides <pmenso57@comcast.net> wrote:
1) GCC performs macro expansion and parsing on the expressions of all #if/ #elif/#endif blocks that it encounters when not already skipping because of an outer #if/#endif. It is questionable whether this is what was intended, but it is arguable either way.
I think it was made due to: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36320