Re: [PATCH,rs6000] PR80315: Add test cases to confirm ICE has been fixed

2017-04-14 Thread Segher Boessenkool
On Wed, Apr 12, 2017 at 06:33:17PM -0600, Kelvin Nilsen wrote: > PR80315 Reported an Internal Compiler Error when the third argument to > __builtin_crypto_vshasigmaw was an integer constant with a value > greater than 15. The patch to correct this problem was committed > yesterday. This patch adds

[PATCH,rs6000] PR80315: Add test cases to confirm ICE has been fixed

2017-04-12 Thread Kelvin Nilsen
PR80315 Reported an Internal Compiler Error when the third argument to __builtin_crypto_vshasigmaw was an integer constant with a value greater than 15. The patch to correct this problem was committed yesterday. This patch adds 4 new test cases to the regression suite. Regression testing has con