This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?
- From: "lidaobing at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2008 14:46:40 -0000
- Subject: [Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?
- References: <bug-36103-15353@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #22 from lidaobing at gmail dot com 2008-05-03 14:46 -------
Created an attachment (id=15572)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15572&action=view)
check_po log for all .mo files in debian gcc-4.3-locales package
debian gcc-4.3-locales version is 4.3.0-3
and I use following command to generate the log file
for f in `dpkg -L gcc-4.3-locales | grep gcc-4.3.mo`; do echo $f; msgunfmt $f >
1.po; ./check_po 1.po; echo; done > check_po.log
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103