This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: __FUNCTION__ and __PRETTY_FUNCTION__
- From: DJ Delorie <dj at redhat dot com>
- To: mark at codesourcery dot com
- Cc: aj at suse dot de, neil at daikokuya dot demon dot co dot uk, jsm28 at cam dot ac dot uk, gcc at gcc dot gnu dot org
- Date: Mon, 10 Dec 2001 15:58:34 -0500
- Subject: Re: RFC: __FUNCTION__ and __PRETTY_FUNCTION__
- References: <38610000.1008011050@gandalf.codesourcery.com>
> Andreas suggested deprecating it in 3.1 and removing it 3.2, which
> is definitely less dodgy -- but also means we have to remember this
> debate for several more months -- at least until after we branch for
> 3.1 in February.
Could we add a commented #if in a relevent part of the gcc sources
that triggers off the 3.2 version number and causes a compile error?
Then at least the person bumping the version number can remove the
error and post a note to restart the discussion.