IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / scalar-by-value-6.c
blobaf65398f71e4f7d043e2f43618b178b15e529871
1 TEST_FUNCS (longdouble_i, long double, int, d, -987)
2 TEST_FUNCS (longdouble_d, long double, double, d, -987.0)
3 #ifndef SKIP_COMPLEX
4 TEST_FUNCS (complexlongdouble_i, _Complex long double, int, cd, -987)
5 TEST_FUNCS (complexlongdouble_d, _Complex long double, double, cd, -987.0)
6 #endif