[Bug middle-end/103645] Gimplifier does not remove empty struct stores in a few cases

2022-08-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103645 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/103645] Gimplifier does not remove empty struct stores in a few cases

2022-08-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103645 --- Comment #5 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:21c7aab09805d0c8c7695c8a69c8715d673a739a commit r13-1990-g21c7aab09805d0c8c7695c8a69c8715d673a739a Author: Andrew Pinski Date: Mo

[Bug middle-end/103645] Gimplifier does not remove empty struct stores in a few cases

2022-08-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103645 Andrew Pinski changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug middle-end/103645] Gimplifier does not remove empty struct stores in a few cases

2022-01-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103645 --- Comment #3 from Andrew Pinski --- Created attachment 52223 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52223&action=edit Patch which has been boostraped and tested a few times This patch fix the issue but I don't think it qualifies

[Bug middle-end/103645] Gimplifier does not remove empty struct stores in a few cases

2021-12-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103645 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #2 from Andrew P