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 (where it failed > before); okay if it passes? > > > Segher > > > 2015-02-04 Segher Boessenkool <seg...@kernel.crashing.org> > > gcc/testsuite/ > * gcc.dg/builtins-58.c: Check for pow at the end of words only. > * gcc.dg/pr46728-6.c: Ditto.
Ok, thanks. Jakub