This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
A simple bug
- From: =?big5?b?WWFuZ0h1YW5nKLbA1vasdik=?= <YangHuang at tp dot cmcs dot com dot tw>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Tue, 3 Feb 2004 16:58:16 +0800
- Subject: A simple bug
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