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] Fix std::strchr etc. prototypes for C++


Jakub Jelinek wrote:
> On Fri, Jan 30, 2009 at 12:04:09PM +0100, Paolo Carlini wrote:
>   
>> Jakub, can you please update Bugzilla consistently with your work?
>>     
> Both the bugs you've mentioned, at least in my understanding, talk
> about the fact that <cstring> etc. shouldn't inject stuff into
> global namespace, and that's something the committed gcc/glibc patch
> doesn't change anything about.
Nope. Look again: 30928 is essentially about the same issue but for the
Solaris libc. And in 33935 Joseph carefully points out that the bug is
not the same as 6257. Really he is talking about such specific functions
(otherwise the issue would be about *all* C headers, not just cstring
and cwchar, no?)

Paolo.


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