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/78327] Improve VRP for ranges of signed integers in the range [-TYPE_MAX + N, N]


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Improve VRP for ranges of   |Improve VRP for ranges of
                   |signed char                 |signed integers in the
                   |                            |range [-TYPE_MAX + N, N]

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
The problem described here isn't specific to signed char but affects all signed
types.  Let's keep that in the subject so as not to suggest otherwise.  I think
mentioning the [-TYPE_MAX + N, N] range is also useful because the problem
doesn't seem to be triggered by values in other ranges.

The relationship to anti-ranges is only in the subject of the email thread I
referenced in comment #0.  Nothing in this bug or in that thread should imply
that they are the root cause of this problem.

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