2 /* { dg-options "-falign-labels=8" } */
3 /* { dg-skip-if "no label alignment > 2" { "pdp11-*-*" } } */
5 /* On ARMv7-A CPUs, this test resulted in incorrect code generation.
6 The code generated for the switch statement expected the jump table
7 to immediately follow the jump instruction, but -falign-labels
8 caused the label preceding the table to be aligned. */
9 /* M68K and fido only support -falign-labels argument <= 2. */