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/64563] [5 Regression] ICE with "-Wall -Wextra" at -Os and above on x86_64-linux-gnu


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 12 20:48:09 2015
New Revision: 219493

URL: https://gcc.gnu.org/viewcvs?rev=219493&root=gcc&view=rev
Log:
    PR tree-optimization/64563
    * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
    instead of != VR_VARYING.

    * gcc.dg/pr64563.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr64563.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vrp.c


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