Re: [PATCH v7 1/4] driver: add a spec function to join arguments
On Wed, 23 Aug 2023, Jason Merrill via Gcc-patches wrote: > Joseph, any thoughts on these issues or the workaround? I don't have any comments here. -- Joseph S. Myers jos...@codesourcery.com
Re: [PATCH v7 1/4] driver: add a spec function to join arguments
On 7/2/23 12:32, Ben Boeckel wrote: When passing `-o` flags to other options, the typical `-o foo` spelling leaves a leading whitespace when replacing elsewhere. This ends up creating flags spelled as `-some-option-with-arg= foo.ext` which doesn't parse properly. When attempting to make a spec fu