2 This testcase ICEd because s390 did not define
3 ASM_SIMPLIFY_DWARF_ADDR hook. */
4 /* { dg-do compile { target fpic } } */
5 /* { dg-options "-O2 -fpic -g" } */
8 bar (unsigned long x
, char *y
)
10 extern const char ext
[];
14 do *--b
= a
[x
% 10]; while ((x
/= 10) != 0);
18 struct A
{ char *p
, *q
; };
19 struct B
{ int r
, s
; };
22 foo (struct A
*a
, const struct B
*b
)
24 char c
[(b
->r
> b
->s
) ? b
->r
: b
->s
];
25 char *d
= &c
[sizeof c
];
31 register const int f
= *e
++;
32 if (((a
->p
>= a
->q
) ? 1 : (unsigned char) (*a
->p
++ = f
)) == -1)