2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.target / arc / pic-1.c
blobab24763b67fd9443ac1cc13ac6d4ea613e75263a
1 /* Tests how complex pic constant expressions are handled. */
2 /* { dg-do assemble } */
3 /* { dg-skip-if "PIC not available for ARC6xx" { arc6xx } } */
4 /* { dg-options "-mno-sdata -w -Os -fpic" } */
6 a() {
7 char *b = "";
8 char c;
9 int d = &c - " \n\t\v\b\r\f\a/\0";
10 e(b[d]);