https://github.com/JuliaLang/julia
Revision 2f8fb89f065dd6b1dd4d268fc15b667ebf7dd0cb authored by Keno Fischer on 07 January 2019, 18:30:25 UTC, committed by Kristoffer Carlsson on 09 January 2019, 10:26:22 UTC
SROA was accidentally treating a pending node as old and thus
getting the wrong type when querying the predecessor. As a result
it thought one of the paths was unreachable causing undefined data
to be introduced on that path (generally the `1.0` that happened to
already be in register).

Fix #29983

(cherry picked from commit da0179c4d60c0fa3e5d64c08972773c82d57e4e6)
1 parent bf0e212
History
Tip revision: 2f8fb89f065dd6b1dd4d268fc15b667ebf7dd0cb authored by Keno Fischer on 07 January 2019, 18:30:25 UTC
Fix SROA confusing new and old nodes
Tip revision: 2f8fb89
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.2 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 246 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.9 KB
CONTRIBUTING.md -rw-r--r-- 21.1 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 238.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 36.4 KB
Makefile -rw-r--r-- 28.9 KB
NEWS.md -rw-r--r-- 12.7 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.3 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.6 KB

README.md

back to top