Re: [PATCH, rs6000] Intrinsic compatibility tests should not pass just because DEBUG is set

2018-10-26 Thread Segher Boessenkool
Hi Bill, On Thu, Oct 25, 2018 at 02:58:59PM -0500, Bill Schmidt wrote: > A number of the test cases for the intrinsic compatibility headers are set up > to dump more information when a test case fails and the DEBUG macro has been > set. Unfortunately, many of them also then pass the test case sin

[PATCH, rs6000] Intrinsic compatibility tests should not pass just because DEBUG is set

2018-10-25 Thread Bill Schmidt
Hi, A number of the test cases for the intrinsic compatibility headers are set up to dump more information when a test case fails and the DEBUG macro has been set. Unfortunately, many of them also then pass the test case since they no longer call abort(). This patch fixes that oversight (or inte