Issue 208580
Summary [libc] LIBC_CONF_PRINTF_DISABLE_FLOAT behavior
Labels libc
Assignees
Reporter Prabhuk
    When LIBC_CONF_PRINTF_DISABLE_FLOAT is set in libc config, if the user code uses float format strings currently they are treated by libc as regular string and gets printed to console. This is problematic change in behavior without warning the user. It will be preferable to emit a warning or provide any other means for users to be able to catch such instances in their code bases.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to