[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-21 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 rsandifo at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #12 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:c3fda946dedbb08df8eb46bb0120938c08f09742 commit r10-10996-gc3fda946dedbb08df8eb46bb0120938c08f09742 Author: Richard

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:c77cd8d782d65864fb7f13119a1e88cb79cfcd9f commit r11-10266-gc77cd8d782d65864fb7f13119a1e88cb79cfcd9f Author: Richard

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-21 Thread denis.yaroshevskij at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #10 from Denis Yaroshevskiy --- Thank you for fixing this

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:a1465af240ee28fc7fcb83877c6aea94f11fb32f commit r12-8779-ga1465af240ee28fc7fcb83877c6aea94f11fb32f Author: Richard

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-20 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #8 from rsandifo at gcc dot gnu.org --- Fixed on trunk so far. I'll backport to the release branches soon.

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #7 from CVS Commits --- The trunk branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:6bf5a704d36243c4c04b17a9408ebe881beb0051 commit r13-2739-g6bf5a704d36243c4c04b17a9408ebe881beb0051 Author: Richard Sandiford

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-09-15 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 rsandifo at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-08-01 Thread denis.yaroshevskij at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #5 from Denis Yaroshevskiy --- Tried with gcc-12, still the same issue. gcc version 12.0.1 20220222 (experimental) [master r12-7325-g2f59f067610] (Ubuntu 12-20220222-1ubuntu1) Does that include the fix you talked about?

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-08-01 Thread denis.yaroshevskij at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #4 from Denis Yaroshevskiy --- Thanks for the response, after testing with an updated gcc. As far as the Ubuntu comment - I didn't quite understand that, sorry.

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #3 from Andrew Pinski --- 0x104f8f2 aarch64_gimple_fold_builtin ../../src/gcc/config/aarch64/aarch64.c:14096 You should report this to ubuntu as the above line does not match up with the code being invoked. as mentioned in

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > I might have fixed this for gcc 12 already. Maybe fixed them with r12-3348-g98f1dd0212d576.

[Bug target/106491] ICE when compiling ArmSVE intrinsics in PCH

2022-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106491 --- Comment #1 from Andrew Pinski --- I might have fixed this for gcc 12 already.