Hi Jerry,
The attached patch fixes a latent issue where we were saving a parsed and checked format string that had a missing comma. This resulted in the correct error on the first use of the string, but a missed error on subsequent uses of the string.New test case provided. Regression tested on x86_64 OK for trunk and eventual backport to 15?
Looks good to me. Thanks for the patch! Best regards Thomas