Commit d3151832 by Jakub Jelinek Committed by Jakub Jelinek

re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=)

	PR fortran/54613
	* gfortran.map (GFORTRAN_9.2): New symbol version, export
	_gfortran_{,m,s}findloc0_i2 in it.

From-SVN: r271334
parent d9fea2c6
2019-05-17 Jakub Jelinek <jakub@redhat.com>
PR fortran/54613
* gfortran.map (GFORTRAN_9.2): New symbol version, export
_gfortran_{,m,s}findloc0_i2 in it.
2019-05-15 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/90461
......
......@@ -1590,3 +1590,9 @@ GFORTRAN_9 {
__ieee_arithmetic_MOD_ieee_support_subnormal_8;
__ieee_arithmetic_MOD_ieee_support_subnormal_noarg;
} GFORTRAN_8;
GFORTRAN_9.2 {
_gfortran_findloc0_i2;
_gfortran_mfindloc0_i2;
_gfortran_sfindloc0_i2;
} GFORTRAN_9;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment