This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15586] [3.5? Regression] gfortran should support i18n
- From: "lennox at cs dot columbia dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2004 15:07:58 -0000
- Subject: [Bug fortran/15586] [3.5? Regression] gfortran should support i18n
- References: <20040522151035.15586.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From lennox at cs dot columbia dot edu 2004-06-09 15:07 -------
Also note that diagnostics can't be built up out of pieces, because different
languages have different word orders, conjugations, declensions, and the like.
For example, this code in gcc/fortran/resolve.c:
gfc_error ("Assumed %s array at %L must be a dummy argument",
sym->as->type == AS_ASSUMED_SIZE ? "size" : "shape",
&sym->declared_at);
would need to be two different error messages, conditionalized on the value of
sym->as->type.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15586