2 /* { dg-options "-O2" } */
4 /* PR middle-end/18628 exposed a problem in which cse folded a load
5 from a jump table into the label that was the target of the branch.
6 Unfortunately, the indirect jump was moved to a different basic
7 block, and the LABEL_REF copied to the register wasn't enough to
8 keep the cfg from optimizing the otherwise-unused label away. So
9 we ended up with a dangling reference to the label. */