Skip to content

String format specifier do not work with cranelift backend. #121

Description

@ghuls

String format specifiers do not work with cranelift backend:

$ frawk -Binterp 'BEGIN { printf("%s", "test"); }'
test

$ frawk -Bcranelift 'BEGIN { printf("%s", "test"); }'
failure in runtime invalid type code passed to printf_impl_file: 2. Halting execution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions