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