https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64873
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> --- (In reply to David Malcolm from comment #2) > I'll rerun the JIT build and tests, with the correct configuration flags for > this hardware, and with the candidate patches for PR jit/64810 (so that the > jit honors them). Indeed, upon applying the candidate fixes for PR jit/64810 posted to: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02704.html and reconfiguring with: --with-cpu-64=power7 --with-tune-64=power8 the jit testsuite successfully runs to completion on this "box", with everything passing (apart from known failure PR jit/64752); injected options are visible in jit logs as: configure_time_options[0]: -mtune=power8 configure_time_options[1]: -mcpu=power7 So this was a mixture of configuration error on my part, and a duplicate of PR jit/64810. Closing as a duplicate of PR jit/64810; sorry for the noise. *** This bug has been marked as a duplicate of bug 64810 ***