https://sourceware.org/bugzilla/show_bug.cgi?id=33810
--- Comment #11 from Jens Remus <jremus at linux dot ibm.com> --- Using Alan's GCC intermediate source file (attachment to comment #3) I can reproduce on x86-64 with binutils build for s390 64-bit. The issue is that flip_sframe_fdes_with_fres_v3() does never read fre_type from the FDE attributes. It's value stays initialized to 0. The FREs of FDE 4 are then erroneously flipped with an SFRAME_FRE_TYPE_ADDR1 instead of SFRAME_FRE_TYPE_ADDR2. -- You are receiving this mail because: You are on the CC list for the bug.
