https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67945
--- Comment #6 from Pat Haugen <pthaugen at gcc dot gnu.org> --- (In reply to Richard Biener from comment #3) > Was this maybe fixed by > > 2015-10-13 Richard Sandiford <richard.sandif...@arm.com> > > * real.h (real_isinteger): Declare. > * real.c (real_isinteger): New function. > * match.pd: Simplify pow(|x|,y) and pow(-x,y) to pow(x,y) > if y is an even integer. > > ? That did not fix the powerpc64 failures, they still fail with r228762.