https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
--- Comment #7 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:3bf05516d9ffea2a39939b656f0e51052000653e
commit r15-2303-g3bf05516d9ffea2a39939b656f0e51052000653e
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
--- Comment #6 from Richard Biener ---
So the main issue is that we are not updating the store motion pass meta-data
after applying store-motion to an outer loop and then continue to analyze
inner loops. In particular the somewhat recent additi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
--- Comment #5 from Andrew Pinski ---
(In reply to David Binderman from comment #4)
> Created attachment 58755 [details]
> C source code
>
> Original code. Produced by csmith.
Note it looks like the original code didn't have the uninitialized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
--- Comment #4 from David Binderman ---
Created attachment 58755
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58755&action=edit
C source code
Original code. Produced by csmith.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2024-07-24
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116079
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
Summary|ice during GIMP