https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108102

Stefan Schulze Frielinghaus <stefansf at linux dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefansf at linux dot ibm.com

--- Comment #2 from Stefan Schulze Frielinghaus <stefansf at linux dot ibm.com> 
---
Can confirm. Happens with --with-arch=arch13 and started since adding rust to
languages via commit r13-4676-ga75f038c069cc3.

$ diff <(objdump -d stage2-gcc/rust/rust-hir-trait-resolve.o) \
       <(objdump -d stage3-gcc/rust/rust-hir-trait-resolve.o)
2c2
< stage2-gcc/rust/rust-hir-trait-resolve.o:     file format elf64-s390
---
> stage3-gcc/rust/rust-hir-trait-resolve.o:     file format elf64-s390
1939,1940c1939,1940
<     24ec:     e3 20 f2 50 00 24       stg     %r2,592(%r15)
<     24f2:     e3 30 f1 28 00 04       lg      %r3,296(%r15)
---
>     24ec:     e3 30 f1 28 00 04       lg      %r3,296(%r15)
>     24f2:     e3 20 f2 50 00 24       stg     %r2,592(%r15)

Reply via email to