Skip to content

Commit 9597352

Browse files
committed
More updates in preparation for release 3.15
1 parent 8d4d2f9 commit 9597352

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
C language support:
44
- Minimal syntactic support for `_Float16` type (half-precision FP numbers). Function declarations using `_Float16` are correctly parsed, but any actual use of `_Float16` is rejected later during compilation. (#525)
5+
- Support C99 array declarator syntax involving `static` and `*`. These annotations are correctly parsed, but ignored during typing and compilation. (#539)
56

67
Code generation and optimization:
78
- Better support for `_Bool` type in the back-end and in the memory model.
@@ -18,6 +19,7 @@ Code generation and optimization:
1819

1920
Bug fixes:
2021
- More robust determination of symbols that may be defined in a shared object. (#538)
22+
- Escape `$NNN` identifiers in generated x86 and ARM assembly code (#541).
2123

2224
Usability:
2325
- Mark stack as non-executable in binaries produced by `ccomp`.

0 commit comments

Comments
 (0)