[Bug target/97251] [10 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE

2020-12-14 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97251 Przemyslaw Wirkus changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/98177] [11 Regression] SVE: ICE in expand_direct_optab_fn, at internal-fn.c:3368

2021-01-04 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98177 Przemyslaw Wirkus changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/97969] [9/10/11 Regression][ARM/Thumb] Certain combo of codegen options leads to compilation infinite loop with growing memory use

2021-01-12 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969 --- Comment #14 from Przemyslaw Wirkus --- Hi Vladimir, I'm assigned to the issue and I'm working on it. I think I got the root cause. I'm in the process of creating a patch after I complete few tests. kind regards Przemyslaw

[Bug target/97969] [9/10/11 Regression][ARM/Thumb] Certain combo of codegen options leads to compilation infinite loop with growing memory use

2021-01-12 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969 --- Comment #17 from Przemyslaw Wirkus --- (In reply to Vladimir Makarov from comment #16) > (In reply to Przemyslaw Wirkus from comment #14) > > Hi Vladimir, > > > > I'm assigned to the issue and I'm working on it. I think I got the root > > ca

[Bug target/97969] [9/10/11 Regression][ARM/Thumb] Certain combo of codegen options leads to compilation infinite loop with growing memory use

2021-01-15 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969 --- Comment #20 from Przemyslaw Wirkus --- Just a heads-up: I would like to suggest backport for this patch to GCC 9 and 10. Quoting Vladimir: > The bug is actually severe and should be classified as P1 Currently patch applies cleanly for both

[Bug target/98759] arm cortex-r5 single precisions flotaing point generation

2021-01-20 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98759 Przemyslaw Wirkus changed: What|Removed |Added CC||wirkus at gcc dot gnu.org --- Commen

[Bug target/97969] [9/10/11/12 Regression][ARM/Thumb] Certain combo of codegen options leads to compilation infinite loop with growing memory use

2021-05-25 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969 --- Comment #25 from Przemyslaw Wirkus --- Yes, it was applied to GCC 11 (then trunk) but we were waiting for GCC 11 release so I can backport at least to GCC 10. After backport I guess we can close this PR. PS: Updated "known to work/fail". C

[Bug target/104409] -march=armv8.6-a+ls64 crashes, LS64 builtins causes ICE

2022-02-22 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104409 Przemyslaw Wirkus changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |wirkus at gcc dot gnu.org -

[Bug target/104144] [12 Regression] build fails due to: Error: unknown architecture `armv9-a'

2022-01-20 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104144 Przemyslaw Wirkus changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |wirkus at gcc dot gnu.org -

[Bug target/103729] ls64 tests fail on aarch64 with -mabi=ilp32 and aarch64_be

2021-12-16 Thread wirkus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103729 --- Comment #3 from Przemyslaw Wirkus --- ILP32 fix is still pending.