This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [gfortran] PATCH Fix PR 20058


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


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