This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH] [PR2204] Check for parameters of abstract types(partial fix)


Gabriel Dos Reis <gdr@integrable-solutions.net> writes:

> "Giovanni Bajo" <giovannibajo@libero.it> writes:
>
> |         if (TREE_CODE (decl) == VAR_DECL)
> | !  error ("%Jcannot declare variable `%D' to be of abstract type `%T'",
> | !         decl, decl, type);
>
> That is an abuse of %J.  Use error_at instead.
[etc]

I told Giovanni that error/warning/pedwarn_at were to be eliminated in
favor of %J.  Did I misunderstand what you've said about these in the
past?

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]