[Bug preprocessor/80231] Error missing binary operator before token "("
sbansal at ciena dot com
gcc-bugzilla@gcc.gnu.org
Tue Mar 28 06:35:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80231
--- Comment #2 from Sumit <sbansal at ciena dot com> ---
(In reply to Andrew Pinski from comment #1)
> Looks like a dup of bug 36453.
Hi Andrew,
yes I did check that and modified the code like below :
#elif (LINUX || ME_BSD_LIKE) && defined(KERNEL_VERSION) &&
(LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
but no help. Am I doing something wrong here?
More information about the Gcc-bugs
mailing list