tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] TCC 0.9.13


From: Fabrice Bellard
Subject: [Tinycc-devel] TCC 0.9.13
Date: Sun, 3 Nov 2002 14:01:14 +0100
User-agent: Mutt/1.2.5i

Hi!

TCC 0.9.13 is available at http://tinycc.org/.

version 0.9.13:

- correct preprocessing token pasting (## operator) in all cases (added
  preprocessing number token).
- fixed long long register spill.
- fixed signed long long '>>'.
- removed memory leaks.
- better error handling : processing can continue on link errors. A
  custom callback can be added to display error messages. Most
  errors do not call exit() now.
- ignore -O, -W, -m and -f options
- added old style function declarations
- added GCC __alignof__ support.
- added GCC typeof support.
- added GCC computed gotos support.
- added stack backtrace in runtime error message. Improved runtime
  error position display.

Fabrice.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]