This is the mail archive of the gcc@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]

TREE_OVERFLOW


Hello,

why do we restrict the expression simplification in fold-const.c when
TREE_OVERFLOW occurs?  It is very hard to avoid overflows in the loop
optimizer on lno-branch, which causes us to produce unsimplified
expressions like bnd.14_51 - 1 + 0 quite often just because something
overflowed.

Zdenek


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