[PATCH] libsframe: testsuite: remove usage of ##__VA_ARGS__

Jan Beulich jbeulich@suse.com
Wed Nov 26 06:24:39 GMT 2025


On 26.11.2025 06:32, Indu Bhagat via Binutils wrote:
> '##__VA_ARGS' is a GNU extension, the usage of which in the testsuite of
> libsframe may cause failure to build on platforms where the compiler may
> not support the GNU extension.
> 
> This GNU extension swallows the preceding comma if the variable
> arguments list is empty.  In libsframe testsuite though, an empty list
> is never used.  Usages will remain of the following type:
>   - TEST (cond, "string", vars);
> or
>   - TEST (cond, "string");

Thanks for cleaning this up, Indu.

Jan


More information about the Binutils mailing list