https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67945
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0 Summary|Testsuite failures starting |[6 Regression] Testsuite |with revision 228616 |failures starting with | |revision 228616 --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- 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. ?