Richard Sandiford <[email protected]> writes: > Function names should be quoted by %< %>. But maybe we can save the > translators some work and use: > > sorry ("%qs is not available for this target", > "__builtin_thread_pointer()"); > ... > sorry ("%qs is not available for this target", > "__builtin_set_thread_pointer()"); > > instead. I'm no expert on the diagnostic stuff though.
The function name should not be followed by parens. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
