[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/23049] Endless recursive call inside resolve_symbol_value
From: |
amodra at gmail dot com |
Subject: |
[Bug gas/23049] Endless recursive call inside resolve_symbol_value |
Date: |
Tue, 17 Apr 2018 06:03:33 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23049
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
Cleaning out all the gunk generated by the fuzzer and simplifying, leaves us
with this testcase:
B=B-A>B
A==B-C
B=A|B
B=B-A>B
B=A|B
B=B-A>B
D=A
--
You are receiving this mail because:
You are on the CC list for the bug.