https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66215
--- Comment #24 from Dominik Vogt <vogt at linux dot vnet.ibm.com> --- Okay, I've made a new patch that fixes the problem with only the hotpatch tests running in the s390 test suite. This change passes all tests on 64 and 31 bit. After this change we have done some cleanup work: * Added a comment to the "if (active_insn_p (insn) ...)", * removed the now redundant -fno-dwarf2-cfi-asm from the torture tests, * removed the changes from the hopatch-compile*.c tests as they are not going through the torture tests anyway, * updated the ChangeLog. The new set of changes is being tested right now, but just with the upstream code, without bootstrapping and without the Ada testsuite. This appears to be acceptable to me given that the latest changes don't affect the code.