This is the mail archive of the gcc-bugs@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]

[Bug middle-end/21743] Enable __builtin_clog


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


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