readexe version 0.1 (Announce)
> > I mostly use gcc
, clang
, and OpenWatcom. I'm
> > considering trying my hand with TinyCC (last time I used it, it choked
> on
> > anonymous unions) and a few other compilers that claim C99.
>
> Anonymous unions are a MS extension.
>
> https://gcc.gnu.org/onlinedocs/gcc/Unnamed-Fields.html
Which part exactly? Even that links says that C11 supports it (if not ambiguous).
> C11 Changes from C99:
> Anonymous structures and unions, useful when unions and structures are nested,
> e.g. in struct T { int tag; union { float x; int n; }; };
> TinyCC Changelog
> version 0.9.24:
> - anonymous union/struct support (Filip Navara)
Complete thread:
- readexe version 0.1 - segin, 08.08.2023, 18:08 (Announce)
- readexe version 0.1 - DosWorld, 09.08.2023, 23:30
- readexe version 0.1 - segin, 11.08.2023, 12:49
- readexe version 0.1 - tkchia, 10.08.2023, 21:08
- readexe version 0.1 - segin, 11.08.2023, 12:46
- readexe version 0.1 - tkchia, 11.08.2023, 12:59
- readexe version 0.1 - segin, 11.08.2023, 13:50
- readexe version 0.1 - tkchia, 11.08.2023, 12:59
- readexe version 0.1 - segin, 11.08.2023, 12:46
- readexe version 0.1 - RayeR, 15.08.2023, 19:01
- readexe version 0.1 - segin, 15.08.2023, 19:53
- readexe version 0.1 - segin, 22.08.2023, 00:49
- readexe version 0.1 - Oso2k, 22.08.2023, 08:11
- readexe version 0.1 - Rugxulo, 22.08.2023, 15:51
- readexe version 0.1 - segin, 15.08.2023, 19:53
- readexe version 0.1 - DosWorld, 09.08.2023, 23:30