Hi Jakub, On Fri, 2022-11-11 10:09:42 +0100, Jakub Jelinek via Gcc-patches wrote: > Here is the floating point division fold_range implementation, > as I wrote in the last mail, we could outline some of the common parts > into static methods with descriptive names and share them between > foperator_div and foperator_mult. [...] I'm running a slightly hacked [glibc]/scripts/build-many-glibcs.py to to CI builds for glibc as well by now (hacked to allow for GCC master being used) and this GCC commit (2d5c4a16dd833aa083f13dd3e78e3ef38afe6ebb) triggers glibc's elf/check-localplt testcase to fail, though just for sparc64-linux-gnu. (As I just started with glibc checks, it took me a while to realize this was a real regression and not a flaw in my setup.) MfG, JBG --