[gfortran] PATCH Fix PR 20058

Tobias Schlüter tobias.schlueter@physik.uni-muenchen.de
Sun Feb 27 14:12:00 GMT 2005


Steve Kargl wrote:
> The testsuite program are unchanged and located here:
> 
> http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01253.html
> 
> Ok for mainline? 
> 
> 2005-02-26  Steven G. Kargl  <kargls@comcast.net>
> 
> 	* trans-types.c (gfc_max_integer_kind): Declare
> 	  (gfc_init_kinds): Initialize it.
> 	* gfortran.h (gfc_max_integer_kind): extern it.
> 	* primary.c (match_boz_constant): Use it; remove gfortran extension
> 	  of kind suffixes on BOZ literal constants

This is ok if you also fix
gfortran.fortran-torture/execute/intrinsic_mvbits.f90 which uses the language
extension.

This patch should also go on the release branch, because otherwise the next
release would inevitably break backwards compatibility WRT to the language
extension you're removing.

- Tobi



More information about the Fortran mailing list