https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68541
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|i686-*-* |i686-*-* aarch64-*-* --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I can reproduce the path splitting bug with -O2 -fpath-split on aarch64 also. Note -O3 enables loop based if conversion which hides the path splitting bug.