mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update default asm dialect on asm strings. Fix naked function analysis.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## 0.5.0 Change List
|
||||
|
||||
### Changes / improvements
|
||||
- Asm string blocks use AT&T syntax for better reliability.
|
||||
- Distinct methods changed to separate syntax.
|
||||
- 'exec' directive to run scripts at compile time.
|
||||
- Project key descriptions in --list command.
|
||||
@@ -174,6 +175,7 @@
|
||||
- Added posix socket functions.
|
||||
|
||||
### Fixes
|
||||
- Naked functions now correctly handles `asm`.
|
||||
- Indexing into arrays would not always widen the index safely.
|
||||
- Macros with implicit return didn't correctly deduct the return type.
|
||||
- Reevaluating a bitstruct (due to checked) would break.
|
||||
|
||||
Reference in New Issue
Block a user