Re: [PATCH, rs6000] Fix for test_ne_int() built-in test case.

2017-01-14 Thread Segher Boessenkool
On Fri, Jan 13, 2017 at 02:58:23PM -0800, Carl E. Love wrote: > The following patch fixes an issue with the builtin test test_ne_long(). > The issue is the arguments need to be "bool long long" not "bool long" > to get the correct 64-bit value when running in 32-bit mode. > > The patch has been te

[PATCH, rs6000] Fix for test_ne_int() built-in test case.

2017-01-13 Thread Carl E. Love
GCC maintainers: The following patch fixes an issue with the builtin test test_ne_long(). The issue is the arguments need to be "bool long long" not "bool long" to get the correct 64-bit value when running in 32-bit mode. The patch has been tested on: powerpc64-unknown-linux-gnu (Power 7 64-bit,