This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Redundant copies of builtin_function()?
- To: gcc at gcc dot gnu dot org
- Subject: Redundant copies of builtin_function()?
- From: Samuel Figueroa <figueroa at apple dot com>
- Date: Tue, 27 Mar 2001 14:02:05 -0800
- Cc: Samuel Figueroa <figueroa at apple dot com>
It seems every front end has a separate instance of
builtin_function(). Shouldn't all of these be coalesced into one
instance, rather than duplicated in every front end?