tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] please ignore execvl issure ...


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] please ignore execvl issure ...
Date: Sun, 09 Mar 2014 21:57:20 +0800
User-agent: KMail/4.11.5 (Linux/2.6.38-ac2-ac100; KDE/4.11.5; armv7l; ; )

What is the machine you are using? tcc recognize the __attribute__ 
((aligned(X))) syntax but not __aligned.

So you can do a #define __aligned(N) __attribute__ ((aligned (N))) before any 
include in the mean time. I'm not sure we should accept all kind of code 
annotation. This kind of annotation should be guarded by a #if COMPILERX since 
this is not standard C.

Best regards,

Thomas



reply via email to

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