Testsuite fixes.
This commit is contained in:
@@ -19,7 +19,7 @@ main ()
|
||||
float f;
|
||||
double d;
|
||||
long double ld;
|
||||
int rint __attribute__((aligned(8)));
|
||||
int rint FFI_ALIGN_RVALUE;
|
||||
|
||||
args[0] = &ffi_type_sint;
|
||||
values[0] = &si1;
|
||||
|
||||
@@ -16,7 +16,7 @@ static float many(float f1,
|
||||
float f12,
|
||||
float f13)
|
||||
{
|
||||
#if 1
|
||||
#if 0
|
||||
printf("%f %f %f %f %f %f %f %f %f %f %f %f %f\n",
|
||||
(double) f1, (double) f2, (double) f3, (double) f4, (double) f5,
|
||||
(double) f6, (double) f7, (double) f8, (double) f9, (double) f10,
|
||||
|
||||
@@ -11,7 +11,7 @@ main ()
|
||||
ffi_cif cif;
|
||||
ffi_type *args[1];
|
||||
void *values[1];
|
||||
int rint __attribute__((aligned(8)));
|
||||
int rint FFI_ALIGN_RVALUE;
|
||||
char *s;
|
||||
|
||||
args[0] = &ffi_type_pointer;
|
||||
|
||||
Reference in New Issue
Block a user