1 /* This test does not compile on mips-irix6 using the native assembler,
2 though it does work with gas. See PR6200. Since we cannot (???)
3 distinguish which assembler is being used, always pass -S for
5 /* { dg-options "-w -S" { target mips*-*-irix* } } */
7 /* Verify that we can narrow the storage associated with label diffs. */
11 static const short ar
[] = { &&l1
- &&l1
, &&l2
- &&l1
};
12 void *p
= &&l1
+ ar
[a
];