This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
__builtin_extend_pointer
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: wilson at specifixinc dot com
- Date: Mon, 14 Jun 2004 21:19:43 -0500
- Subject: __builtin_extend_pointer
- Organization: Red Hat / Chicago
Jim,
I see this:
2004-02-09 James E Wilson <wilson@specifixinc.com>
PR libstdc++/5625
* libsuspc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
__builtin_extend_pointer.
And, as per your usual, a very detailed synopsis of this issue here:
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00606.html
All this appears to be very fine indeed, with one small caveat: there
was no documentation added for this builtin. Any chance you could add
some?
-benjamin