https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552

--- Comment #3 from Roland Illig <roland.illig at gmx dot de> ---
(In reply to Iain Buclaw from comment #2)
> (In reply to Roland Illig from comment #0)
> > > -fdump-cxx-spec=<filename>        Write all declarations as C++ code to 
> > > <file>.
> > 
> > The '<file>' should be '<filename>' as well.
> > 
> OK, feel free to send a patch (or I can correct this).

I'd prefer if you correct this, as you are more experienced with all the
workflows involved.

> > > When a symbol is resolved, check alias this scope before going to upper 
> > > scopes.
> > 
> > Should 'alias this' rather be 'alias of this'?
> > 
> What is the best way to highlight that part of a phrase is code?
> 
> When a symbol is resolved, check 'alias this' scope before going to upper
> scopes.
> 
> https://dlang.org/spec/class.html#alias-this

Thank you for the clarification, I added quotes to the German translation.
I'm not sure which quote style to use for the untranslated string.
If the string were marked as gcc-format, it would be '%<alias this%>',
but these kinds of strings only seem to be used in the C or C++ parts,
so I guess it is `alias this'.

Reply via email to