You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproducible with nt/nt64 compiler (Both debug and release) with this a3d9dea build (Last updated 2025-01-07 03:19:56 UTC)
Compile this snippet as a console windows app (either debug or release)
Run something like test_ow_codegen_failure.exe -layered
You would get message Warning: argument -layered can be set only with -bw
Desired behaviour: nothing should be printed. This code branch should be performed:
As the workaround you can use in the source file at the beginning
#pragma off (reuse_duplicate_strings)
Of cause it will be fixed.
jmalak
changed the title
Wrong code generation for complex if..else if
Wrong code generation for literal (constant) wide-characters strings
Jan 17, 2025
Reproducible with nt/nt64 compiler (Both debug and release) with this a3d9dea build (Last updated 2025-01-07 03:19:56 UTC)
Compile this snippet as a console windows app (either debug or release)
Run something like
test_ow_codegen_failure.exe -layered
You would get message
Warning: argument -layered can be set only with -bw
Desired behaviour: nothing should be printed. This code branch should be performed:
The text was updated successfully, but these errors were encountered: