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
This commit is contained in:
Jakub Jelinek 2019-05-17 19:23:30 +02:00 committed by Jakub Jelinek
parent d9fea2c63d
commit d315183222
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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;