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: [patch, libfortran] Fix for PR 20163, first bug


Hi Mark,

here's a straightforward bug fix for gfortran, which I'd like
to include in 4.0.0.  It has already been applied to mainline.

Is this also OK for 4.0?

More generally, how do you feel about gfortran 4.0 bug fixes at
this stage?  There are a few important pieces of gfortran that
are broken right now, but for which patches are in the review process
(namelists, alternate returns for functions, end-of-record handling)
that IMO affect the usability of gfortran in a major way.

# 	PR libfortran/20163
# 	* runtime/string.c (compare0): Use fstrlen() to 
# 	strip trailing blanks from option string.
# 
# 	* open-options-blanks.f: New testcase


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