https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71270
Bug ID: 71270 Summary: fortran regression after fix SLP PR58135 Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: vekumar at gcc dot gnu.org Reporter: clyon at gcc dot gnu.org Target Milestone: --- Target: armeb As noted in https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01916.html, the fix for PR 58135 (r236582) causes fortran tests to fail at execution time on armeb (tested using qemu): gfortran.dg/c_f_pointer_logical.f03 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test gfortran.dg/c_f_pointer_logical.f03 -O3 -g execution test gfortran.dg/intrinsic_pack_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test gfortran.dg/intrinsic_pack_1.f90 -O3 -g execution test GCC was configured with: --target=armeb-none-linux-gnueabihf --enable-languages=c,c++,fortran --with-float=hard --with-cpu=cortex-a9 --with-fpu=neon-fp16