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: PR 13714


Bernardo Innocenti <bernie@develer.com> writes:

| Mark Mitchell wrote:
| > !       error ("the type being destroyed is '%T', but the destructor refers to `%T'",
|                                               ^^^^
| > ! 	     TYPE_MAIN_VARIANT (object_type), dtor_type);
| 
| Shouldn't we use a backtick before the first %T?

No.  We've discussed this in the past.  As I recalled it, the
conclusion was moving toward the form he used.
(something that would be better is a marker that could be suitable for
translation).

-- Gaby
  


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