assertion failure w/(invalid?) inline assembly #28604
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
This example fails w/an assertion error:
http://is.gd/GsxTMy
Source:
Correcting the
"=a"(tsc)
to be"=A"(tsc)
makes the assertion error go away.The text was updated successfully, but these errors were encountered: