This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: about Chinese symbols bug
zhangming_1978@sohu.com wrote:
> but, In gcc ,I can't not use "asm" keyword like this,why not ?
asm is non-standard. Gcc has its own asm extension which is different
from the MSC asm extension. The gcc asm extension was independently
designed, and allows for optimization of asms. See the gcc
documentation to learn more. See for example
http://gcc.gnu.org/onlinedocs/gcc-3.3.3/gcc/Extended-Asm.html#Extended%20Asm
> 2. Program "windres.exe" not support Chinese symbols(I now use version 3.1)
I don't know what windres.exe is. It isn't part of gcc, so this is not
really a gcc bug.
Perhaps your complaint is that gcc won't accept input in alternate
character sets? That could perhaps be true, but if so, we need a bug
report for that.
See
http://gcc.gnu.org/bugs.html
for info about reporting gcc bugs.
Since this is a mingw32 problem, you might want to talk to the mingw32
folks instead of us.
> 3. about "ld.exe"
ld.exe is not part of gcc, it is part of the binutils package. Bug
reports for binutils should be sent to bug-binutils@gnu.org. This
doesn't seem to be a linker bug report though.
> but gcc report I Forget "&" char,why not ?
You didn't report the actual gcc error, and you didn't give us a
testcase we can compile, so we probably can't do much with this.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com