[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-04-22 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 Alex Coplan changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-04-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Alex Coplan : https://gcc.gnu.org/g:34a9bc1f95027eea1560369765b8b2b5722b6779 commit r10-9747-g34a9bc1f95027eea1560369765b8b2b5722b6779 Author: Alex Coplan

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-04-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 Richard Biener changed: What|Removed |Added Target Milestone|10.3|10.4 --- Comment #10 from Richard

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-30 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #9 from rsandifo at gcc dot gnu.org --- *** Bug 99252 has been marked as a duplicate of this bug. ***

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-29 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #8 from Alex Coplan --- Fixed on trunk. Needs backporting to GCC 10 together with bump to lto-streamer.h:LTO_minor_version.

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #7 from CVS Commits --- The master branch has been updated by Alex Coplan : https://gcc.gnu.org/g:e4005cf8717abe8c949f840c707e02e6c394c2e7 commit r11-7890-ge4005cf8717abe8c949f840c707e02e6c394c2e7 Author: Alex Coplan Date: Mon

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-05 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #6 from Alex Coplan --- Ok, I'll have a go, thanks.

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-05 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #5 from rsandifo at gcc dot gnu.org --- (In reply to Alex Coplan from comment #4) > Right, the problem appears to be to do with the way that overloaded > functions are implemented for the ACLE. Specifically the m_direct_overloads >

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-05 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #4 from Alex Coplan --- Right, the problem appears to be to do with the way that overloaded functions are implemented for the ACLE. Specifically the m_direct_overloads flag in aarch64_sve::function_builder. If this flag is set, we

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-03-04 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 Alex Coplan changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-02-23 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 --- Comment #2 from Alex Coplan --- This one ICEs at all optimization levels (not just -O0): #include unsigned long long a; void b(unsigned long long *c, int e) { *c ^= e; } bool d; int main() { d = svaddv(svptrue_pat_b8(SV_VL16),

[Bug target/99216] ICE in aarch64_sve::function_expander::expand() with LTO

2021-02-23 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |10.3 Ever confirmed|0