Re: [PATCH v8 12/12] Mark expand musttail error messages for translation

2024-07-05 Thread Richard Biener
On Sat, Jun 22, 2024 at 8:58 PM Andi Kleen wrote: > > The musttail error messages are reported to the user, so must be > translated. OK. > gcc/ChangeLog: > > * calls.cc (initialize_argument_information): Mark messages > for translation. > (can_implement_as_sibling_call_p)

[PATCH v8 12/12] Mark expand musttail error messages for translation

2024-06-22 Thread Andi Kleen
The musttail error messages are reported to the user, so must be translated. gcc/ChangeLog: * calls.cc (initialize_argument_information): Mark messages for translation. (can_implement_as_sibling_call_p): Dito. (expand_call): Dito. --- gcc/calls.cc | 56 +++