This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] middle-end/21743: Enable __builtin_clog
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>,"Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>,Roger Sayle <roger at eyesopen dot com>
- Date: Fri, 27 May 2005 13:25:41 +0200
- Subject: Re: [RFC] middle-end/21743: Enable __builtin_clog
- References: <429702B9.5000109@suse.de>
Ehm, sorry for a little bit of confusion...
These sentence at beginning of my message:
>The problem is that this kind of builtin injects in the global namespace
>also the version without __builtin_* in front and we get a conflict with
>the C++ runtime library as soon as the user does, in the gloobal namespace:
>
> using std::clog;
>
>
are definitely not *completely* correct: see the end of my message for
my doubts about puzzling (inconsistent?!?) behaviors.
Paolo.