[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-05-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-05-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 --- Comment #8 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:e4fb1b435a65f505b0172b4f0213483c3a07adbf commit r16-599-ge4fb1b435a65f505b0172b4f0213483c3a07adbf Author: Andrew Pinski Date: Mon

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-05-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 --- Comment #7 from Andrew Pinski --- Created attachment 61412 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61412&action=edit Patch which I am testing for this This patch just fixes pointer types. The others will be fixed seperately bec

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-05-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 --- Comment #6 from Andrew Pinski --- Reduced testcase: void *f(void *a) { return __builtin_assoc_barrier(a); }

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-05-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 --- Comment #5 from Andrew Pinski --- Created attachment 61411 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61411&action=edit testcase

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-02-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 --- Comment #4 from Andrew Pinski --- (In reply to Richard Biener from comment #3) > Hmm, I'm not sure the GIMPLE verification is sensible, I'd have simply > required compatible types. Right, I agree; I suspect I missed that PAREN_EXPR is not f

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-02-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 --- Comment #3 from Richard Biener --- Hmm, I'm not sure the GIMPLE verification is sensible, I'd have simply required compatible types.

[Bug c/118868] __builtin_assoc_barrier with pointers cause ICE

2025-02-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned