> 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();
}
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
