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: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 May 2005 22:20:28 -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 pinskia at gcc dot gnu dot org 2005-05-24 22:20 -------
If you uncomment what is in builtins.def, you get both clog and __builtin_clog.
If we define it as DEF_LIB_BUILTIN instead of DEF_C99_BUILTIN, we only get __builtin_clog.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21743