Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145069570
D41727.1777323646.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
D41727.1777323646.diff
View Options
diff --git a/lib/libc/tests/stdio/Makefile b/lib/libc/tests/stdio/Makefile
--- a/lib/libc/tests/stdio/Makefile
+++ b/lib/libc/tests/stdio/Makefile
@@ -38,9 +38,15 @@
LIBADD.printfloat_test+= m
LIBADD.scanfloat_test+= m
+# Older toolchains won't understand C23 %b, %wN, %wfN
+PROG_OVERRIDE_VARS+= NO_WFORMAT
+NO_WFORMAT.snprintf_test=
+NO_WFORMAT.sscanf_test=
+NO_WFORMAT.swprintf_test=
+NO_WFORMAT.swscanf_test=
+
.if ${COMPILER_TYPE} == "gcc"
# 90: use of assignment suppression and length modifier together in scanf format
-PROG_OVERRIDE_VARS+= NO_WFORMAT
NO_WFORMAT.scanfloat_test=
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 27, 9:00 PM (15 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28443832
Default Alt Text
D41727.1777323646.diff (604 B)
Attached To
Mode
D41727: libc: Suppress format checks on printf() / scanf() tests.
Attached
Detach File
Event Timeline
Log In to Comment