https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78571
Christophe Lyon <clyon at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clyon at gcc dot gnu.org --- Comment #5 from Christophe Lyon <clyon at gcc dot gnu.org> --- (In reply to kargl from comment #4) > Fixed on trunk and 8-branch. Patch does not apply to 7-branch. > Closing. Hi, On gcc-8-branch, I've noticed that this patch causes: FAIL:gfortran.dg/data_bounds_1.f90 -O (test for excess errors) FAIL:gfortran.dg/data_char_1.f90 -O0 (test for excess errors) FAIL:gfortran.dg/data_char_1.f90 -O1 (test for excess errors) FAIL:gfortran.dg/data_char_1.f90 -O2 (test for excess errors) FAIL:gfortran.dg/data_char_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL:gfortran.dg/data_char_1.f90 -O3 -g (test for excess errors) FAIL:gfortran.dg/data_char_1.f90 -Os (test for excess errors) The logs contain: Excess errors: /gcc/testsuite/gfortran.dg/data_bounds_1.f90:14:49: Warning: GNU Extension: re-initialization of 'string2' at (1) /gcc/testsuite/gfortran.dg/data_bounds_1.f90:14:54: Warning: GNU Extension: re-initialization of 'string2' at (1) /gcc/testsuite/gfortran.dg/data_bounds_1.f90:14:59: Warning: GNU Extension: re-initialization of 'string2' at (1) /gcc/testsuite/gfortran.dg/data_bounds_1.f90:10:33: Warning: GNU Extension: re-initialization of 'string' at (1) /gcc/testsuite/gfortran.dg/data_char_1.f90:10:25: Warning: GNU Extension: re-initialization of 'b' at (1) /gcc/testsuite/gfortran.dg/data_char_1.f90:10:30: Warning: GNU Extension: re-initialization of 'b' at (1)