This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] <stdbool.h> should not define bool, true or false as macros for C++


On Friday 2014-10-24 16:49, Jason Merrill wrote:
> OK.  Gerald, were you thinking of specific software that would be 
> affected by this change?

I do not recall which pieces I had in mind back then.  

In general I did make the experience (updating the GCC ports for 
FreeBSD) that there is a lot of "interesting" software out there 
and that with every major release of GCC we are breaking a number 
of them, mostly via GCC frontend changes (code using templates 
being the primary case) and especially libstdc++.

Let's go ahead, brace for impact, and just fix whatever pops up.

To be fair my impression is that over the last couple of GCC
releases moving from one to the next has (again) become smoother
than in the past.

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]