https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
--- Comment #4 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:2f58dd71d1b8e23f28a43360742519e92ee0c8d5
commit r14-199-g2f58dd71d1b8e23f28a43360742519e92ee0c8d5
Author: Andrew Pinski
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
--- Comment #3 from David Binderman ---
Another test case, this time in C++:
struct {
int second;
} selectPlayer_playerRes;
int selectPlayer_playerRes_0;
int selectPlayer() {
if (selectPlayer_playerRes_0 && selectPlayer_playerRes.second >=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
--- Comment #2 from Andrew Pinski ---
I had already posted a fix for this (and approved already):
https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616499.html
I will add the testcase.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Assignee|un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
Martin Liška changed:
What|Removed |Added
Summary|[14 Regression] ice during |[14 Regression] ICE during
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109604
Richard Biener changed:
What|Removed |Added
Component|c |tree-optimization
Target Milestone|-