This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/81354] [5/6 Regression] Segmentation fault in SSA Strength Reduction using -O3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81354

--- Comment #8 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
This is likely the same as another problem that recently came up (not yet filed
as the source is sensitive).  SLSR is sensitive to addresses of PHI
instructions remaining the same throughout the pass, but gimple_split_edge does
not maintain this.  I'm working on a patch to ensure that it does.  I still
need to verify this is the same issue.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]