Project

General

Profile

« Previous | Next » 

Revision be21a056

Added by Samuel Williams about 2 years ago

Try default gcc 9.4.0 to see if it exhibits the same compiler bugs. (#8394)

  • Revert "Extract do_mutex_lock_check_interrupts to try and fix ppc64le. (#8393)"

This reverts commit 5184b40dd4dc446660cd35c3e53896324e95b317.

  • .travis.yml: Try default gcc 9.4.0 instead of gcc-10 in ppc64le and s390x.

Use gcc 9.4.0 instead of gcc-10 to avoid the current failures by a possible GCC
10 compiler bug in the Travis ppc64le and s390x cases. And it also aligns with
RubyCI Ubuntu ppc64le and s390x where the default gcc is used.


Co-authored-by: Jun Aruga