This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] Fix PR 33539
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: 2007年10月04日 23:47:16 +0200
- Subject: Re: [patch, fortran] Fix PR 33539
Sorry to be late on this subject, but I find the warning
Warning: CHARACTER variable has zero length at (1)
quite misleading since the error comes from a negative
length. Would not it be better to replace "zero" by "negative"?
Dominique