[Bug target/78105] ICE during LTO bootstrap on AARCH64 with gold linker

2017-03-05 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #15 from PeteVine --- Sorry wrong number :) I meant --enable-fix-cortex-a53-843419

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with gold linker

2017-03-05 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 PeteVine changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with gold linker

2016-12-17 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #13 from PeteVine --- Also, could these (sample) warnings actually matter when using ld.gold? NB, lra-constraints.c features in the previously provided backtrace: ../../libdecnumber/decNumber.c:3582:0: note: code may be misoptimized

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with gold linker

2016-12-17 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 PeteVine changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org --- Comment #12 f

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with gold linker

2016-10-29 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 PeteVine changed: What|Removed |Added Summary|ICE during LTO bootstrap on |ICE during LTO bootstrap on

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-26 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #10 from PeteVine --- Hold on, I'm investigating the effect of binutils downgrade (2.27 -> 2.26) and switching to ld.bfd. Strange that it all works fine during normal bootstrap, regardless of the codegen options.

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-26 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #9 from PeteVine --- Ha! It's not about the extra options, thank you! ;) Completely vanilla environment and gcc 5.4 produce this after a while: ../build-lto-noflags/./gcc/xgcc -B../build-lto-noflags/./gcc/ -B/usr/gcc7/aarch64-linux-

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-26 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #8 from PeteVine --- FWIW, here's the corresponding backtrace: #0 0x00afa00c in df_get_live_out () at ../../gcc/df.h:1159 #1 update_ebb_live_info (tail=, head=0x137b838 ) at ../../gcc/lra-constraints.c:5612 #2 lra_inherita

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-26 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #7 from PeteVine --- Restarted the whole thing from scratch using gcc 5.4 and it segfaulted again. ../../../libgcc/libgcc2.c: In function ‘__powitf2’: ../../../libgcc/libgcc2.c:1851:1: internal compiler error: Segmentation fault }

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #6 from Andrew Pinski --- > -O3 -mtune=cortex-a53 -fomit-frame-pointer -fipa-pta -march=armv8-a+crc > -ftree-vectorize Can you show the exact command line which you used to configure GCC? And the output of env? A normal bootstrap

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 Andrew Pinski changed: What|Removed |Added Keywords||build, wrong-code --- Comment #5 from An

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #4 from PeteVine --- That helped, running gdb --args manually wasn't working obviously: Program received signal SIGSEGV, Segmentation fault. _Unwind_GetGR (index=29, context=0x7fae00) at ../../../libgcc/unwind-dw2.c:240 240

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #3 from Martin Liška --- Please try to add following to your compile flags: -wrapper gdb,--args However I guess the problem is that build-lto/./gcc/xgcc binary is somehow miscompiled.

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #2 from PeteVine --- I've run the command in gdb but there's no stack after reproducing the crash - suggestions?

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|