Re: [Tinycc-devel] Attributes position on structs/unions

2016-04-06 Thread Michael Matz
Hi, On Wed, 6 Apr 2016, Vladimir Vissoultchev wrote: https://github.com/wqweto/tinycc/commit/0691b7630b89bf3de5f7691802cb923bd7c1 fd99 Thanks, please push to mob. (It would be easier to review if you'd include the patch in plain text in your email. I for instance use a console based MUA,

[Tinycc-devel] Attributes position on structs/unions

2016-04-06 Thread Vladimir Vissoultchev
https://github.com/wqweto/tinycc/commit/0691b7630b89bf3de5f7691802cb923bd7c1 fd99 A small fix for compat w/ gcc which allows `attributes` both to prefix and postfix type declaration like this: typedef union Unaligned16a { uint16_t u; uint8_t b[2]; } __attribute__((packed)) Unaligned1

Re: [Tinycc-devel] tccboot sources on github

2016-04-06 Thread Sergey Korshunoff
> Awesome! Can you put a compiled .iso in repo's releases? > I'm not sure I can compile it w/o hand-holding or a step-by-step readme. > Probably not the only one who will need ass Please try. Needed programs are i386-tcc and mkisofs. No more. And there are shell scripts. But yes, you need some uni