[Bug testsuite/61415] PowerPC test gcc.target/powerpc/tfmode_off.c fails if -mlong-double-64
bergner at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 5 19:39:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61415
Peter Bergner <bergner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2014-06-05
Assignee|meissner at gcc dot gnu.org |bergner at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Peter Bergner <bergner at gcc dot gnu.org> ---
The same problem exists for the gcc.target/powerpc/pack02.c test case. The
correct soslution is to create a longdouble128 dg-require-effective-target and
add that to both test cases. In addition, we should also disable the
__builtin_unpack_longdouble and __builtin_pack_longdouble builtins when
-mlong-double-128 is not in effect. I'm testing a patch.
More information about the Gcc-bugs
mailing list