Description of problem: This issue was actually reported as bug #906367. MariaDB's regression tests fail on PPC64 and succeeded on Intel arches. The same code does work on F18 (with gcc-4.7) and on the other hand code generated using gcc-4.8 doesn't work even on F18. From that observation it seems the code is generated wrong with gcc-4.8. However, I haven't manage to created a minimal reproducer. For some more info see bug #906367 or http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=886935 Version-Release number of selected component (if applicable): gcc-4.8.0-0.6.fc19.ppc64 How reproducible: every-time Steps to Reproduce: 1. build mariadb or mysql package on PPC64 Actual results: regression tests fail Expected results: regression tests pass Additional info: The failing tests are related to atomicity and precision testing.
Tracking upstream.