tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Partial revert of nocode_wanted patch


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] Partial revert of nocode_wanted patch
Date: Sun, 10 May 2015 09:09:39 +0300

>  I'd be happy to look into this if you can provide me a reduced testcase

#define BUG_ON
#ifndef BUG_ON
 #define __builtin_constant_p(x) x
#endif
static __inline__ void __tcp_fast_path_on()
{
    int x =
    __builtin_constant_p(
        ({int __x = 1; __x;})
    );
}
int tcp_recvmsg()
{
    __tcp_fast_path_on();
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]