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]

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
 
 


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