At some point when the GFORTRAN_9 node was added it was forgotten to make it depend on GFORTRAN_8. This patch fixes this.
Committed as obvious. Index: ChangeLog =================================================================== --- ChangeLog (revision 267620) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2019-01-07 Janne Blomqvist <j...@gcc.gnu.org> + + * gfortran.map (GFORTRAN_9): Make GFORTRAN_9 node depend on + GFORTRAN_8. + 2019-01-01 Jakub Jelinek <ja...@redhat.com> Update copyright years. Index: gfortran.map =================================================================== --- gfortran.map (revision 267620) +++ gfortran.map (working copy) @@ -1578,4 +1578,4 @@ GFORTRAN_9 { __ieee_arithmetic_MOD_ieee_support_subnormal_4; __ieee_arithmetic_MOD_ieee_support_subnormal_8; __ieee_arithmetic_MOD_ieee_support_subnormal_noarg; -}; +} GFORTRAN_8; -- Janne Blomqvist