A simple bug
YangHuang(黃翊洋)
YangHuang@tp.cmcs.com.tw
Tue Feb 3 08:58:00 GMT 2004
A very Simple bug....
Q. exact version of GCC:
A: 3.32 ... maybe all previous version
Q. system type:
A: Fail in both Linux and Windows(using cygwin)
Q. options given when GCC was configured/built:
A: none
Q. complete command line that triggers the bug:
A: Cpp.exe test.c
Q. compiler output (error messages, warnings, etc.)
A: test.c:2:11: missing terminating " character
Detail description:
There is only three line in test.c
#if 0
one quote "
#endif
Some people use #if 0, #endif to contain their comment especially in "OLD" system. So,I think that should be corrected. Thanks!
YangHuang
More information about the Gcc-bugs
mailing list