This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21743] Enable __builtin_clog
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 May 2005 22:14:24 -0000
- Subject: [Bug middle-end/21743] Enable __builtin_clog
- References: <20050524215857.21743.pcarlini@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2005-05-24 22:14 -------
> We could just define the __builtin_ version of the function.
I don't understand, can you explain? In my understanding everything is in place,
indeed all the other builtins are there, *only* we cannot do that for clog
because ends up conflicting with iostream's clog. That's the whole point: it
conflicts. If you don't believe that, just enable it and run the testsuite:
it conflicts as soon as you do 'using std::clog;' in the global namespace.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21743