This is the mail archive of the gcc-bugs@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]

[Bug fortran/15586] [3.5? Regression] gfortran should support i18n


------- 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


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