[Bug tree-optimization/64563] [5 Regression] ICE with "-Wall -Wextra" at -Os and above on x86_64-linux-gnu

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 12 10:12:00 GMT 2015


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The != VR_VARYING is obviously bogus.  Need to find out if what
Diego meant to write was == VR_RANGE or == VR_RANGE || == VR_ANTI_RANGE.
VR_UNDEFINED certainly doesn't have vr0->min/vr0->max set.



More information about the Gcc-bugs mailing list