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