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]

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
 


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