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/36103] gfortran crash with zh_CN locale - error_print error ?



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


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