gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

i686 32 bit darwin failure

Open CohenArthur opened this issue 1 year ago • 1 comments

FAIL: rust/compile/[v0-mangle1.rs](http://v0-mangle1.rs/) scan-assembler _R.*NvNtNtC10v0_mangle18module_a8module_b3baz

the symbol emitted is __RNvNtNtCs63cs7_10v0_mangle18module_a8module_b3baz which does not match the pattern

CohenArthur avatar Jan 17 '24 10:01 CohenArthur

Note that the behavior happens when running the testcase with a compiler built with -fsanitize=address so we must be doing something wrong

CohenArthur avatar Jan 17 '24 13:01 CohenArthur