Re: [PATCH] testsuite: Check for pow at the end of words only

2015-02-04 Thread Jakub Jelinek
On Wed, Feb 04, 2015 at 02:14:53AM -0800, Segher Boessenkool wrote: > These two testcases stopped working on rs6000, since we now emit > ".machine power4" and similar pseudo-ops. This fixes it by testing > for "pow" at the end of words only. > > Regression checking in progress on powerpc64-linux

[PATCH] testsuite: Check for pow at the end of words only

2015-02-04 Thread Segher Boessenkool
These two testcases stopped working on rs6000, since we now emit ".machine power4" and similar pseudo-ops. This fixes it by testing for "pow" at the end of words only. Regression checking in progress on powerpc64-linux (where it failed before); okay if it passes? Segher 2015-02-04 Segher Boe