summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-16 10:23:39 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-16 10:23:39 +0200
commitc101d59bd616232e038b2fb0490605fec153e680 (patch)
tree643d089cd7d9c168e29099ee4ee5db64212b2bd9 /BUGS
parent363217f3425f96766c67933ecd9bfc7453c5d66e (diff)
downloadabaos-c101d59bd616232e038b2fb0490605fec153e680.tar.gz
abaos-c101d59bd616232e038b2fb0490605fec153e680.tar.bz2
fixed newline output in Linux stub in libc tests
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index c7b6028..c108a1f 100644
--- a/BUGS
+++ b/BUGS
@@ -17,4 +17,4 @@
library, not part of the kernel directory, get rid of kernel_panic
there (this requires the kernel_stub.c kernel_panic to exist in
libc tests)
-
+- clang and -O2/-O3 break test_printf.c and printf, no clue why?!