Comment 2 for bug 578068

Revision history for this message
Matt Giuca (mgiuca) wrote : Re: ast_cfg: Case variables are not single-assignment

Added explicit test cases for this condition (which won't actually test it until the above check in type_map_union is enabled, but then they will). compiler/switch.twobinds to test a valid one (same type), and semantic/dupvarcase2 to test an invalid one (different types).