https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124540
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:37a9529bcc8b2e550b39fff2f7b55ed578fb7e19 commit r16-8713-g37a9529bcc8b2e550b39fff2f7b55ed578fb7e19 Author: Jonathan Wakely <[email protected]> Date: Thu Apr 16 16:08:45 2026 +0100 libstdc++: Skip std::generate_canonical tests for IBM long double [PR124540] This tests assumes IEEE semantics, so fails on POWER with IBM long double format. Just skip the long double part of the test. libstdc++-v3/ChangeLog: PR libstdc++/124540 * testsuite/26_numerics/random/uniform_real_distribution/operators/gencanon.cc: Skip long double tests for IBM long double format.
