------- 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