[PATCH] Skip float complex types if gdb_skip_float_test

Pedro Alves palves@redhat.com
Tue Oct 4 18:49:00 GMT 2016


On 10/04/2016 03:34 PM, Yao Qi wrote:
> If the target doesn't support float, we don't run float complex types
> tests.

Shouldn't this be checked within support_complex_tests itself?
AFAIK, _Complex is always about floating point:

 http://en.cppreference.com/w/c/language/arithmetic_types#Complex_floating_types
 http://en.cppreference.com/w/cpp/numeric/complex

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list