This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix -Wdisallowed-function-list=* (PR c++/39554)
On Sat, Mar 28, 2009 at 09:46:15AM -0700, Mark Mitchell wrote:
> Jakub Jelinek wrote:
>
> > Or if error/warning doesn't work, I'm fine with unavailable attribute
> > (and for both deprecated and this attribute there should be an optional
> > text argument, a message to print to the user, didn't H.J. had such a patch
> > queued for 4.5?).
>
> I agree that an attribute seems like a better method, and that -include
> provides a method for ensuring that important unavailable functions are
> declared up front. In any case, I think Ian has agreed to removal of
> the patch, so I think we should go ahead and do that, on both mainline
> and branch.
Ok, will do after retesting.
Jakub