This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
feature request: new function attribute, "experimental"
- From: "Shane Harrelson" <shane dot harrelson at gmail dot com>
- To: gcc at gnu dot org
- Date: Thu, 29 May 2008 09:20:00 -0400
- Subject: feature request: new function attribute, "experimental"
http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Function-Attributes.html
I'd like to suggest a new function attribute, "experimental". Should
work identically to existing function attribute "deprecated", except
with the appropriate warning message. I'm currently using the
function attribute warning ("experimental") for this.
Thanks for your consideration.
-Shane