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

2019-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

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

2019-07-16 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolutio

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

2019-07-16 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #10 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Tue Jul 16 08:12:05 2019 New Revision: 273507 URL: https://gcc.gnu.org/viewcvs?rev=273507&root=gcc&view=rev Log: PR91176: Skip debug insns when computing inline costs

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

2019-07-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 Dominique d'Humieres changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comm

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

2019-07-15 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #8 fro

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

2019-07-15 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #7 from Jan Hubicka --- > FWIW I don't think it was a latent bug though. Previously all we did > with debug insns was estimate their size and speed, which are guaranteed > to come back as zero and thus have no effect. The reason for

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

2019-07-15 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2019-07-15 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #5 from Jan Hubicka --- I suppose it is previously latent problem that we do not skip debug statements. Does something like this help? Index: ipa-fnsummary.c === --- ipa

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

2019-07-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #4 from Andreas Schwab --- $ diff -u <(objdump -d stage2-gcc/aarch64.o) <(objdump -d stage3-gcc/aarch64.o) | grep '^[-+].*:$' -8540 <_ZL27target_gen_sibcall_epiloguev>: +8540 <_ZL19target_gen_prologuev>: -0

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

2019-07-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #3 from Andreas Schwab --- objdump -d

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

2019-07-15 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #2 from Wilco --- (In reply to rsand...@gcc.gnu.org from comment #1) > Dramantic differences in file size are expected, since stage2 is built with > -gtoggle (to suppress debug info) whereas stage 3 is built normally. One of > the th

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

2019-07-15 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 rsandifo at gcc dot gnu.org changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org