aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-22 20:07:17 +0100
committerlemon <lsof@mailbox.org>2025-12-22 20:18:38 +0100
commit3f67cc35c7659a3c6921caaabac8b6a4399e72cb (patch)
tree8f95d4d7c4528d5a3e6292135f6c04903ad1013d /todo.txt
parent1aa5016265ae67fac625d0ba4e261ae7559ccb10 (diff)
c: add _Generic
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 94308d0..746d5c4 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,5 +1,5 @@
- aarch64 backend
-- STDC: thread local, VLAs, complex, long double, _Generic, atomics
+- STDC: thread local, VLAs, complex, long double, atomics
- test on non-GNU and non-linux POSIX systems (alpine, various BSDs). Maybe we'll need a configure script after all
- DWARF debug information
- implement GNU extensions: __attribute__, __builtin_*, ...