2023-05-23 01:51:25 +00:00
|
|
|
codegen_gcc_unwinding_inline_asm =
|
|
|
|
|
GCC backend does not support unwinding from inline asm
|
2023-10-09 15:53:34 -04:00
|
|
|
|
|
|
|
|
codegen_gcc_copy_bitcode = failed to copy bitcode to object file: {$err}
|
|
|
|
|
|
|
|
|
|
codegen_gcc_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$gcc_err})
|
2025-07-25 21:21:42 +02:00
|
|
|
|
|
|
|
|
codegen_gcc_explicit_tail_calls_unsupported = explicit tail calls with the 'become' keyword are not implemented in the GCC backend
|