-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
printf does not handle "\0" #1371
Labels
Comments
This causes the test_printf conformance test to fail because has a case like |
taking a look at this now. |
dneto0
added a commit
to dneto0/clspv
that referenced
this issue
Jul 18, 2024
Add a test Fixed: google#1371
alan-baker
pushed a commit
that referenced
this issue
Jul 19, 2024
* Support printf string args with nul Add a test Fixed: #1371 * Update test/printf/printf_string_64bit_ptr.ll The metadata strings have NUL in them now too
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://compiler-explorer.com/z/Thv1cjGr9
The following kernel does not generate any nodes for
"\0"
:The text was updated successfully, but these errors were encountered: