[Bug target/58416] Incorrect x87-based union copying code

2024-07-18 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58416 akrl at gcc dot gnu.org changed: What|Removed |Added CC||akrl at gcc dot gnu.org --- Com

[Bug middle-end/115132] Sibling calls optim should not be performed when builtin_unwind_init is used

2024-05-17 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115132 --- Comment #2 from akrl at gcc dot gnu.org --- Hi Richard, thanks, yes I tried that already, the trouble is that our code looks more like this: = extern void flush_stack_call_func1 (void (*func) (void *arg), void *arg); extern void mar

[Bug middle-end/115132] New: Sibling calls optim should not be performed when builtin_unwind_init is used

2024-05-17 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115132 Bug ID: 115132 Summary: Sibling calls optim should not be performed when builtin_unwind_init is used Product: gcc Version: unknown Status: UNCONFIRMED Severity

[Bug target/99723] [11/12/13 Regression] arm: ICE in build_function_type during selftests

2022-09-28 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99723 --- Comment #3 from akrl at gcc dot gnu.org --- A fix was proposed here:

[Bug target/96372] [11 regression] arm/ivopts.c fails since r11-2012

2021-04-09 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96372 akrl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug jit/99126] New: Compilation ICE trying insert trap

2021-02-16 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99126 Bug ID: 99126 Summary: Compilation ICE trying insert trap Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit A

[Bug target/98931] [11 Regression] arm: Assembly fails with "branch out of range or not a multiple of 2" since r11-2012

2021-02-11 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98931 akrl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/98931] [11 Regression] arm: Assembly fails with "branch out of range or not a multiple of 2" since r11-2012

2021-02-09 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98931 --- Comment #13 from akrl at gcc dot gnu.org --- Patch posted here:

[Bug target/98931] [11 Regression] arm: Assembly fails with "branch out of range or not a multiple of 2" since r11-2012

2021-02-05 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98931 --- Comment #12 from akrl at gcc dot gnu.org --- Right LE is 4 bytes, good catch thanks

[Bug target/96372] [11 regression] arm/ivopts.c fails since r11-2012

2021-01-15 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96372 akrl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug target/96372] [11 regression] arm/ivopts.c fails since r11-2012

2021-01-15 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96372 akrl at gcc dot gnu.org changed: What|Removed |Added Priority|P1 |P3

[Bug target/96372] [11 regression] arm/ivopts.c fails since r11-2012

2021-01-14 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96372 akrl at gcc dot gnu.org changed: What|Removed |Added CC||akrl at gcc dot gnu.org

[Bug jit/98615] New: libgccjit crash while freeing 'clone_info' in 'cgraph_c_finalize'

2021-01-10 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98615 Bug ID: 98615 Summary: libgccjit crash while freeing 'clone_info' in 'cgraph_c_finalize' Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/97104] [11 Regression] aarch64, SVE: ICE in vect_get_loop_mask since r11-3070-g783dc66f9cc

2020-12-10 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97104 akrl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug target/97727] bf16_vstN_lane_2 test fails on aarch64_be

2020-12-10 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97727 akrl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/97092] [10/11 Regression] aarch64, SVE: ICE in ira-color.c since r10-4752-g2d56600c

2020-12-08 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97092 --- Comment #1 from akrl at gcc dot gnu.org --- Hi all, I can't reproduce this on current master (76a1719f0ff), I guess has been fixed in the meanwhile? Andrea

[Bug target/97141] [10/11 Regression] aarch64, SVE: ICE in decompose, at rtl.h (during expand) since r10-4676-g9c437a108a

2020-12-08 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97141 --- Comment #1 from akrl at gcc dot gnu.org --- Hi all, this is so far my understanding of what is going on here: While in expand the vector builder is trying to build to determine elt number 3 of a vector of POLY_INT_CST. To do that the step h

[Bug target/96968] aarch64 : ICE in vregs or expand pass, lowering __builtin_aarch64_get_{fpcr,fpsr,fpcr64,fpsr64}

2020-09-30 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96968 akrl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---