https://sourceware.org/bugzilla/show_bug.cgi?id=34117
Bug ID: 34117
Summary: stack overflow in i386_intel_simplify
Product: binutils
Version: 2.47 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: amodra at gmail dot com
Target Milestone: ---
Since commit 22f8905d9f38 the following recurses until the stack overflows.
.intel_syntax
a = a | b
a = a != b
mov eax, [a]
--
You are receiving this mail because:
You are on the CC list for the bug.