[Bug tree-optimization/14495] [tree-ssa] Propagate range info into a switch statement
dnovillo at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jun 3 13:55:00 GMT 2005
------- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-03 13:55 -------
The issue is that the propagator engine does not implement the concept of
multiway branches taking some edges. It supports ONE, NONE or ALL.
Frankly, I'm not at all convinced that this is worth handling. But if we were
to handle it, the place to fix is the propagator engine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14495
More information about the Gcc-bugs
mailing list