|
From: | Michael Matz |
Subject: | Re: [Tinycc-devel] preprocessor makes attributes disappear |
Date: | Fri, 6 Apr 2018 23:05:51 +0200 (CEST) |
User-agent: | Alpine 2.20 (LSU 67 2015-01-07) |
Hi, On Fri, 6 Apr 2018, address@hidden wrote:
I tried modifying my test program to use __attribute instead, in that case the code line 3345: case TOK_ALIGNED2: is being executed which is good. but again the output is not zeros. Perhaps a.aligned is being ignored for functions during codegen.
Ah, I admit of not having looked careful at your example program. Yes, TCC can't align functions currently. Well, until mob from a few minutes ago at least, so enjoy :)
Ciao, Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |