NO

Author Topic: Version 8.00 Release Candidate 6 is now available  (Read 7444 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 8.00 Release Candidate 6 is now available
« on: August 03, 2014, 11:45:17 AM »
Pelles C version 8.00 Release Candidate 6 is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

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

RC6 changes:
  • Fixed compiler problem with qualifiers on pointed-to type in pointer addition and subtraction.
  • Fixed compiler problem with invalid common sub-expression expansion during aggregate address transformations.
  • Fixed compiler problem with unwanted warning on sizeof for a variable-length array (cosmetic).
  • Fixed compiler problem with unwanted warning from alias analyzer about varible-length array (cosmetic).
  • Fixed compiler error for unimplemented 'always intrinsic' function missing in release build.
  • Fixed compiler problem with underscore not being accepted as part of a pp-number (apparently a very old bug from the original LCC preprocessor).
  • Fixed binary file dumper problem with misplaced/unwanted line-feed.
  • Fixed problem in formatted wide character output functions with a buffer limit in bytes (=128), not wide characters (=64), leading to a local buffer overrun (and crash).
  • Fixed problem with <sys\time.h> not being part of the setup.

This is the final release candidate. Basically, any bugs reported from now on will go into some future version...


/Pelle
/Pelle

JohnF

  • Guest
Re: Version 8.00 Release Candidate 6 is now available
« Reply #1 on: August 03, 2014, 06:03:30 PM »
Thank you Pelle.

John

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Version 8.00 Release Candidate 6 is now available
« Reply #2 on: August 03, 2014, 06:08:53 PM »
Great!  :)
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 8.00 Release Candidate 6 is now available
« Reply #3 on: August 03, 2014, 06:46:54 PM »
Thank you!  :)
/Pelle

akee

  • Guest
Re: Version 8.00 Release Candidate 6 is now available
« Reply #4 on: November 22, 2014, 08:49:02 AM »
Will there be an RC 7?