Re: [Tinycc-devel] __unaligned redefined on windows since afa05caa "Ignore _unaligned..."

2023-04-26 Thread wine.dev
Re: [Tinycc-devel] __unaligned redefined on windows since afa05caa "Ignore _unaligned..." – Applied a patch for unaligned on mob.     Herman [...] Thanks Herman for the update ___ Tinycc-devel mailing list Tinycc-devel@nongnu

Re: [Tinycc-devel] __unaligned redefined on windows since afa05caa "Ignore _unaligned..."

2023-04-15 Thread Herman ten Brugge via Tinycc-devel
On 4/2/23 00:15, wine@web.de wrote: Thanks for the infos. I will start ckecking, when i"m back at home sunday evening also with __attrubute__((packed)) The change was used for bootstrap compile of Open-Watcom-v2 on x86_64-linux with tcc as an alternative to gcc or clang. One of the "unalig

Re: [Tinycc-devel] __unaligned redefined on windows since afa05caa "Ignore _unaligned..."

2023-04-01 Thread wine.dev
Thanks for the infos. I will start ckecking, when i"m back at home sunday evening also with __attrubute__((packed)) The change was used for bootstrap compile of Open-Watcom-v2 on x86_64-linux with tcc as an alternative to gcc or clang. One of the "unaligned" variants is used in the OpenWatcom s

[Tinycc-devel] __unaligned redefined on windows since afa05caa "Ignore _unaligned..."

2023-04-01 Thread avih via Tinycc-devel
__unaligned is defined as _attribute__((packed)) at win32/include/_mingw.h and pretty much always included, so tcc shouldn't blindly define it to something else in advance. The warnings can be observed when compiling tcc on Windows, or when using the resulting newly built tcc, or when cross-compil