We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm working on making the libcore tests pass for m68k on rustc_codegen_gcc.
It looks like LLVM rust uses the SysV ABI for m68k, but it says the alignment for pointer types is 2, while this doc says it should be 4.
Also, this test fails.
It also says the alignment of usize/isize is 2.
usize
isize
cc @glaubitz