Re: [PATCH] libstdc++: Make dg-require-namedlocale work for more targets [PR65909]

2025-05-11 Thread Tomasz Kaminski
On Thu, May 8, 2025 at 4:22 PM Jonathan Wakely wrote: > As noted in the PR, some embedded targets do not support command-line > arguments, which means that the dg-require-namedlocale check always > fails. Use Sandra's suggestion of hardcoding the argument into the > executable instead of passing

[PATCH] libstdc++: Make dg-require-namedlocale work for more targets [PR65909]

2025-05-08 Thread Jonathan Wakely
As noted in the PR, some embedded targets do not support command-line arguments, which means that the dg-require-namedlocale check always fails. Use Sandra's suggestion of hardcoding the argument into the executable instead of passing it as a command-line argument. Realistically, those embedded ta