// CHECK:PR3908 $1 $3 $2 $0
}
-
// PR3373
unsigned t11(signed char input) {
unsigned output;
return x;
}
-
-
-
// bitfield destination of an asm.
struct S {
int a : 4;
__asm__("abc %0" : "=r"(P->a) );
}
-
// PR4938
int t16() {
int a,b;
// CHECK-NEXT: extractvalue
}
-
// PR6780
int t19(unsigned data) {
int a, b;
// CHECK: = call {{.*}}asm "x$(abc$|def$|ghi$)z"
}
-
// PR6845 - Mismatching source/dest fp types.
double t20(double x) {
register long double result;
return addr;
}
-
// PR10299 - fpsr, fpcr
void t25(void)
{