https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67945
Thomas Preud'homme <thopre01 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thopre01 at gcc dot gnu.org --- Comment #1 from Thomas Preud'homme <thopre01 at gcc dot gnu.org> --- arm-none-eabi target also regressed on: PASS->FAIL: gcc.dg/builtins-10.c (test for excess errors) This is due to sqrt(pow(x,4.0)) != x*x not being folded correctly (other tests are fine).