[Bug bootstrap/91176] [10 regression] AArch64 bootstrap fails since r273479

schwab@linux-m68k.org gcc-bugzilla@gcc.gnu.org
Mon Jul 15 19:21:00 GMT 2019


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

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
$ diff -u <(objdump -d stage2-gcc/aarch64.o) <(objdump -d stage3-gcc/aarch64.o)
| grep '^[-+].*:$'
-0000000000008540 <_ZL27target_gen_sibcall_epiloguev>:
+0000000000008540 <_ZL19target_gen_prologuev>:
-00000000000085a0 <_ZL19target_gen_prologuev>:
+00000000000085a0 <_ZL27target_gen_sibcall_epiloguev>:
-0000000000008840 <_ZL23target_gen_untyped_callP7rtx_defS0_S0_>:
+0000000000008840 <_ZL15target_gen_callP7rtx_defS0_S0_S0_>:
-0000000000008900 <_ZL18target_gen_sibcallP7rtx_defS0_S0_S0_>:
+0000000000008900 <_ZL23target_gen_untyped_callP7rtx_defS0_S0_>:
-0000000000008960 <_ZL15target_gen_callP7rtx_defS0_S0_S0_>:
+0000000000008960 <_ZL18target_gen_sibcallP7rtx_defS0_S0_S0_>:
-0000000000008a20 <_ZL16target_gen_extzvP7rtx_defS0_S0_S0_>:
+0000000000008a20 <_ZL21target_gen_call_valueP7rtx_defS0_S0_S0_S0_>:
-0000000000008ae0 <_ZL21target_gen_call_valueP7rtx_defS0_S0_S0_S0_>:
+0000000000008ae0 <_ZL16target_gen_extzvP7rtx_defS0_S0_S0_>:
-0000000000008c00 <_ZL24target_gen_simple_returnv>:
+0000000000008c00 <_ZL17target_gen_returnv>:
-0000000000008c88 <_ZL17target_gen_returnv>:
+0000000000008c88 <_ZL24target_gen_simple_returnv>:


More information about the Gcc-bugs mailing list