This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] [PATCH] Implement -ffortify for C/C++
- From: Dirk Mueller <dmueller at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Jakub Jelinek <jakub at redhat dot com>
- Date: Wed, 21 Feb 2007 19:22:25 +0100
- Subject: Re: [RFC] [PATCH] Implement -ffortify for C/C++
- References: <45DC7A59.2000202@redhat.com> <45DC807C.6090406@redhat.com>
On Wednesday, 21. February 2007 18:25, Ulrich Drepper wrote:#
> There is an easy enough method to handle C++ in the runtime headers
> without resorting to macros. It requires one generic compiler
> change/extension which then can be used for all wrapper functions and
> other functionality as well. Jakub might illustrate this soon, I hope.
Jakub, what are you plans? adding an __attribute__ to be able to mark
additional functions?
I'd like to avoid duplicate development.
Thanks,
Dirk