tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] __builtin_expect


From: grischka
Subject: Re: [Tinycc-devel] __builtin_expect
Date: Thu, 31 May 2012 23:17:41 +0200
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

Thomas Preud'homme wrote:
 > If that works may I suggest also to try to get rid of the define
 > __REDIRECT() uglinesses in TinyCC? ;)

I believe it's a quite different problem. According to the commit message I did:

No, the problem is the same:  Since when are compilers supposed to
have such macro built-in predefined?  Not even GCC has it:
  $ echo " __REDIRECT_NTH(a,b,c);" | gcc -E -
  # 1 "<stdin>"
  # 1 "<built-in>"
  # 1 "<command-line>"
  # 1 "<stdin>"
 __REDIRECT_NTH(a,b,c);

--- grischka




reply via email to

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