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?