https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117721
--- Comment #2 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Michael Meissner from comment #0) > gcc.target/powerpc/pr92488.c This is a DFP runtime test and it seems for pre-power6 (ie, pre DFP hardware insns), we get a precision difference with power6 (ie, dfp hardware insns) and later: cast to _Decimal32 failed: actual = 0x25f4d2e8 expected = 0x25f4d2e7 Aborted