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.