Gerrit0 commented on PR #2966:
URL: https://github.com/apache/avro/pull/2966#issuecomment-2227424289

   Well, at this point my theory is that the GCC 9.4 used on ARM (vs 11.4 in 
the other job and 14.1 on my box) doesn't have a properly constexpr'd 
`std::numeric_limits`... for `makeString`.... I guess the check just got 
smarter, so newer GCC knows it's impossible for that result to change the 
value? Either way, using `INT_MAX` there should make GCC 9.4 happy, and 
`makeString` can be simplified with a character table lookup. *fingers crossed*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to