macro_rules-wrapped asm! fails on att_syntax #77584
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The
probe
crate usesasm!
withatt_syntax
, because SDT operands are written in ELF notes, to be read by third-party tools expecting that syntax. Recently this has regressed:cargo bisect-rustc
pointed me to #77275 -- cc @petrochenkov. I see that there were regressions withasm!
during that review, but not exactly like what I'm seeing here.Meta
searched nightlies: from nightly-2020-09-28 to nightly-2020-10-04
regressed nightly: nightly-2020-09-30
searched commits: from fc2daaa to 381b445
regressed commit: 26373fb
bisected with cargo-bisect-rustc v0.5.2
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
The text was updated successfully, but these errors were encountered: