tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] TCC 0.9.16 is out


From: Fabrice Bellard
Subject: [Tinycc-devel] TCC 0.9.16 is out
Date: Mon, 30 Dec 2002 20:22:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130


TCC 0.9.16 is out. It includes now a fairly complete GAS-like assembler and GCC inline asm() support. It adds about 13KB of code, so it seems reasonnable to leave it in TCC as a non optional component.

version 0.9.16:

- added assembler language support
- added GCC inline asm() support
- fixed multiple variable definitions : uninitialized variables are
  created as COMMON symbols.
- optimized macro processing
- added GCC statement expressions support
- added GCC local labels support
- fixed array declaration in old style function parameters
- support casts in static structure initializations
- added various __xxx[__] keywords for GCC compatibility
- ignore __extension__ GCC in an expression or in a type (still not perfect)
- added '? :' GCC extension support

Fabrice.




reply via email to

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