Re: [Patch][testsuite,i386]: Remove include of values.h from avx512
Hello, Thanks! On 15 Apr 12:30, Ryan Mansfield wrote: > OK for trunk and gcc-5-branch? The patch is OK for trunk and gcc-5-branch (when it is open). -- K
[Patch][testsuite,i386]: Remove include of values.h from avx512
Hi, Some of the avx512 tests include values.h which is an obsolete header on Linux which provides compatibility macros based on limits.h and float.h definitions. On QNX we have no values.h ;), so these tests fail to build. The include doesn't appear to be needed on Linux, as x86_64-linux-gnu