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/14495] [tree-ssa] Propagate range info into a switch statement


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-24 11:52 -------
VRP does not remove this for some reason even though we have now enough information to do so:
a_2: [100, 200]

  switch (a_2)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14495


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