You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
C language support:
4
4
- 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)
5
6
6
7
Code generation and optimization:
7
8
- Better support for `_Bool` type in the back-end and in the memory model.
@@ -18,6 +19,7 @@ Code generation and optimization:
18
19
19
20
Bug fixes:
20
21
- 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).
21
23
22
24
Usability:
23
25
- Mark stack as non-executable in binaries produced by `ccomp`.
0 commit comments