Pelles C > Announcements

Version 7.00, Release Candidate 4 available

(1/2) > >>

Pelle:
Pelles C version 7.00, Release Candidate #4, is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

General changes:
http://www.smorgasbordet.com/pellesc/changes_650_700.htm

RC4 changes:

* Fixed problem in compiler optimizer with switch statement combining of different, but identical, case blocks (when reduced down to two blocks, one empty; the code compiled, but gave the wrong result).
* Fixed problem in compiler with qualified enum variable used as the expression in a switch statement, without a default case (the compiler crashed in the the enum coverage check).
* Fixed problem in compiler with _Bool bit-field initializers (the packed bits were converted to _Bool, which wasn't terribly useful since a nonzero _Bool value is always '1'; the code compiled, but gave the wrong result).
* Fixed problem in compiler frontend with the internal 'sequence' operator, where an intrinsic function with 'side effects' (like strcpy) could have some of it's arguments killed off (the compiler crashed).
* Fixed problem in the IDE with source code formatting of some C11 keywords.
* Fixed problem in the IDE with C syntax coloring of "vwscanf_s", and help file association for functions following "vwscanf_s" alphabetically.
* Fixed problem in the IDE with "New Project", "Add-In DLL wizard" and text replacement.
* Fixed problem with missing "mmintrin.h" in distribution (useless but referenced file).
* Added to the IDE unconditional C syntax coloring of 'special' C99 and C11 macros/"keywords": alignas, alignof, bool, noreturn, static_assert, thread_local.
* Added to the Browse Information Manager some missing C11 keywords in the C parser.
* Added Greek translation, thanks to Harry Karayannis.
Last release candidate. Only serious bugs will be fixed before the official release.

Did someone actually test any of the new C11 features? This was the main point of the original release candidate, you know...

/Pelle

iZzz32:
Thank you, Pelle!


--- Quote ---Did someone actually test any of the new C11 features?
--- End quote ---
I slowly began to use some C11 features like static_assert, stdalign and _Generic in small projects, and recently I played with threading a little.

CommonTater:
Thanks Pelle, appreciated as always.

AlexN:
Thank you, great! ;)

Vortex:
Thanks Pelle for the new release.

Navigation

[0] Message Index

[#] Next page

Go to full version