This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add some forgotten exports to libgfortran/gfortran.map (PR libfortran/47757)


On 02/16/2011 02:51 PM, Jakub Jelinek wrote:
As the testcases below show, some exports from libgfortran.so
were forgotten on targets with symbol versioning.
This patch fixes it, bootstrapped/regtested on x86_64-linux and i686-linux,
ok for trunk?

OK. Thanks for the patch. I think we should do something similar before every new release.


Tobias

2011-02-16 Jakub Jelinek<jakub@redhat.com>

	PR libfortran/47757
	* libgfortran/gfortran.map (GFORTRAN_1.4): Export
	_gfortran_{m,s}i{all,any,parity}_i{1,2,4,8,16} and
	_gfortran_{cshift0,eoshift{0,2}}_16_char4.

	* gfortran.dg/pr47757-1.f90: New test.
	* gfortran.dg/pr47757-2.f90: New test.
	* gfortran.dg/pr47757-3.f90: New test.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]