aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorVladimir N. Makarov <vmakarov@redhat.com>2024-03-19 16:57:11 -0400
committerVladimir N. Makarov <vmakarov@redhat.com>2024-03-19 16:57:56 -0400
commit9c91f8a88b2db50c8faf70786d3cef27b39ac9fc (patch)
treeac8a7c1fb754d630ee3b35c7a283538c71cc60c6 /gcc/system.h
parentc92076aa5345b6a5523b4e193dcc98fe9743b228 (diff)
downloadgcc-9c91f8a88b2db50c8faf70786d3cef27b39ac9fc.zip
gcc-9c91f8a88b2db50c8faf70786d3cef27b39ac9fc.tar.gz
gcc-9c91f8a88b2db50c8faf70786d3cef27b39ac9fc.tar.bz2
[PR99829][LRA]: Fixing LRA ICE on arm
LRA removed insn setting equivalence to memory whose output was reloaded. This resulted in writing an uninitiated value to the memory which triggered assert in LRA code checking the final generated code. This patch fixes the problem. Comment in the patch contains more details about the problem and its solution. gcc/ChangeLog: PR target/99829 * lra-constraints.cc (lra_constraints): Prevent removing insn with reverse equivalence to memory if the memory was reloaded.
Diffstat (limited to 'gcc/system.h')
0 files changed, 0 insertions, 0 deletions