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/77544] [6/7 Regression] segfault at -O0 - infinite loop in simplification


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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
The issue is inconsistent folding done by associates split_tree when facing
~X vs -X - 1.  I have a patch.

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