News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Pelles C version 9.00 RC2

Started by Vortex, June 24, 2018, 09:30:49 PM

Previous topic - Next topic

Vortex

Major changes between 8.00 and 9.00 :

http://www.smorgasbordet.com/pellesc/changes_800_900.htm

Download :

QuoteSetup - Release Candidate #2
For 64-bit Windows 7/8/10 host, targeting 32-bit or 64-bit Windows Vista/7/8/10

http://www.smorgasbordet.com/pellesc/

avcaballero


hutch--

Had a look at the specs, looks good.  :icon14:

Vortex

Announced by Pelle :

Pelles C version 9.00 (final) is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

Major changes:
http://www.smorgasbordet.com/pellesc/changes_800_900.htm

QuoteChanges from Release Candidate 3:

    Fixed register clobbering for some cases of left/right shift of 64-bit integers on X86 target.
    Fixed compiler problem with "volatile struct" in alias analysis (when optimizing).
    Fixed module definition file for X86 in IDE Windows DLL Project Wizard.
    Completely rewritten linker export-decoration-method-selection algorithm for X64 target.
    Fixed problem with FILE in wchar.h when __STDC_WANT_LIB_EXT2__ is defined.
    Fixed compiler infinite loop problem, from a combination of loop invariant hoisting and propagation.
    Fixed Install Builder problem with the string cache.
    Fixed compiler problem with storage space for tentative thread-local storage objects.
    Fixed compiler problem with extended characters in approximate name match ("did you mean...?").
    Tagged the ATOMIC_VAR_INIT macro from stdatomic.h as obsolete in C17 mode (i.e. you should just initialize atomic variables like other variables).