This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Function annotations for noclobber/noescape arguments
- From: Richard Guenther <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Tue, 6 Apr 2010 15:06:20 +0200 (CEST)
- Subject: [PATCH] Function annotations for noclobber/noescape arguments
This is a heads-up and request for comments. I plan on going forward
with http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01026.html,
http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01027.html and
http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01257.html
next week (after updating the patches and re-testing them).
I expect that for example the Fortran folks want to annotate their
runtime library API with such information.
Anyway, comments and suggestions welcome.
Thanks,
Richard.