Hello,
I've fixed AVX512F tests. These tests failed on Android because they
were using <values.h>, which seem to be obsolete and is not present in
Android sysroot.

Here is the quote from <values.h>
/* This interface is obsolete. New programs should use
<limits.h> and/or <float.h> instead of <values.h>. */

So now tests run with Android compiler. Please have a look. Is it ok for trunk?

2014-07-18  Petr Murzin  <petr.mur...@intel.com>

* gcc.target/i386/avx512f-vfixupimmpd-2.c: Add float.h instead of
values.h, change MAXDOUBLE for DBL_MAX.
* gcc.target/i386/avx512f-vfixupimmsd-2.c: Ditto.
* gcc.target/i386/avx512f-vfixupimmps-2.c: Add float.h instead of
values.h, change MAXFLOAT for FLT_MAX.
* gcc.target/i386/avx512f-vfixupimmss-2.c: Ditto.
* gcc.target/i386/avx512f-vpermi2d-2.c: Exclude values.h.
* gcc.target/i386/avx512f-vpermi2pd-2.c: Ditto.
* gcc.target/i386/avx512f-vpermi2ps-2.c: Ditto.
* gcc.target/i386/avx512f-vpermi2q-2.c: Ditto.
* gcc.target/i386/avx512f-vpermt2d-2.c: Ditto.
* gcc.target/i386/avx512f-vpermt2pd-2.c: Ditto.
* gcc.target/i386/avx512f-vpermt2ps-2.c: Ditto.
* gcc.target/i386/avx512f-vpermt2q-2.c: Ditto.

Attachment: patch
Description: Binary data

Reply via email to