This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
2.95.4 GCC bug
- From: "VEGH, Janos" <J dot Vegh at atomki dot hu>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Dec 2003 15:05:13 +0100
- Subject: 2.95.4 GCC bug
Hi,
I found a strange error on my Debian Linux, (2.4.18) with the 2.95.4 GCC.
I ported some routines from a Windows driver to a Linux driver
and I received the error message
parse error before '7'
You can reproduce this error when compiling the function
void MyFunction(int DS)
{}
if the __KERNEL__ symbol defined in the source
The key here is the symbol DS, which might be interpreted
by the gcc specially.
Good hunting, if you think this kind of bug is important.
Janos Vegh