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 suitable for 4.3?


May I ask for you opinion again?

Thanks,
FX

PR34729 is about runtime error messages emitted by the front-end and
encoded in the executable (like "Allocating an already allocated
array"). When compiled with a non-english locale, these strings are
trimmed to their english length, due to a bug I introduced when I
added localization in the front-end (quite some time ago). I have made
a patch (attached to the PR), which is basically a one-liner. I wonder
if you think it would be suitable for 4.3 or not: it's a simple patch,
but it's not a regression and it's been here for some time without
people reporting it. I have no strong opinion myself.


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