Re: [PATCH] libstdc++-v3: testsuite: Prune uncapitalized "in function" linker warning

Jacob Bachmeyer <[email protected]> Wed, 14 Aug 2024 22:12:23 -0500
Newsgroups gmane.comp.sysutils.dejagnu.general,gmane.comp.gcc.patches,gmane.comp.gcc.libstdc++.devel
Message-ID <[email protected]>
Hans-Peter Nilsson wrote:
>> Date: Wed, 14 Aug 2024 20:58:04 -0500
>> From: Jacob Bachmeyer <[email protected]>
>> Reply-To: [email protected]
>>     
> [...]
>> If this is correct, I will fix it in Git master.  (The fix is trivial: 
>> change the "I" to "[Ii]" to accept both forms.)
>>     
>
> Yes, thanks; just don't forget to escape the []. :)
>   

Of course; I followed the escaping elsewhere in those patterns.  (I 
probably should change them to {} strings at some point, since no 
variables are interpolated.)

Done and pushed to Savannah as commit 
ed301dbd6a3d769670503ccfda1ea31b58d02547.  Please confirm that this 
solves the problem.

(Also note that you can now run DejaGnu from a Git checkout, simply use 
the "runtest" in the Git working directory.  Any problems with this are 
bugs and will be fixed.)


-- Jacob