Description of problem: xtl tests are broken with gcc 9+ on armv7hl. This used to with on F29 with gcc 8. Version-Release number of selected component (if applicable): xtl-0.6.4 Actual results: [ RUN ] xfixed_string.copy_semantic /builddir/build/BUILD/xtl-0.6.4/test/test_xbasic_fixed_string.cpp:108: Failure Expected equality of these values: s.size() Which is: 11 ref2.size() Which is: 9 [ FAILED ] xfixed_string.copy_semantic (0 ms) [ RUN ] xfixed_string.resize /builddir/build/BUILD/xtl-0.6.4/test/test_xbasic_fixed_string.cpp:409: Failure Expected equality of these values: s2.c_str() Which is: "operation" "operationaa" [ FAILED ] xfixed_string.resize (0 ms) Expected results: Tests pass. Additional info:
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32.
This has been magically fixed by either gcc 10 or glibc 2.31 in Fedora 32.