1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fPIC -fno-tree-pre" } */
3 /* { dg-require-effective-target ilp32 } */
5 extern void __attribute__ ((regparm (3)))
6 drawPointsLines (char type
, int first
, int *dd
);
24 drawPointsLines ((int) (char) type
, 0, call
);
28 prephitmp5
= (char) type
;
30 drawPointsLines ((int) prephitmp5
, 0, call
);