This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
c++ implies -fno-builtin -- why?
- From: Paul Koning <pkoning at equallogic dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 12 Jul 2002 10:40:57 -0400
- Subject: c++ implies -fno-builtin -- why?
In digging through the docs I ran across the statement that C++
ignores -fbuiltin and always runs with -fno-builtin.
I was wondering why. Is there some language law reason for this? Or
is the issue that it would have to be done differently from the C case
(effectively implementing "mangled" flavors of the function names to
match against) and that hasn't yet been done? Or some other reason?
paul