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
mac
vagrant
windows
README.ackrc.txt -rw-r--r-- 95 bytes
README.md -rw-r--r-- 3.9 KB
ackrc -rw-r--r-- 68 bytes
add_license_to_files.jl -rw-r--r-- 6.7 KB
build_sysimg.jl -rw-r--r-- 8.9 KB
check-whitespace.sh -rwxr-xr-x 791 bytes
commit-name.sh -rwxr-xr-x 1.2 KB
debug_bootstrap.gdb -rw-r--r-- 76 bytes
download_cmake.sh -rwxr-xr-x 1.7 KB
filterArgs.sh -rwxr-xr-x 271 bytes
fixup-libgfortran.sh -rwxr-xr-x 4.7 KB
fixup-libstdc++.sh -rwxr-xr-x 824 bytes
fixup-rpath.sh -rwxr-xr-x 1.0 KB
generate_precompile.jl -rw-r--r-- 6.2 KB
install.sh -rwxr-xr-x 695 bytes
julia-config.jl -rwxr-xr-x 2.2 KB
julia.appdata.xml -rw-r--r-- 1.4 KB
julia.desktop -rw-r--r-- 286 bytes
julia.svg -rw-r--r-- 4.5 KB
prepare_release.sh -rwxr-xr-x 5.0 KB
relative_path.sh -rwxr-xr-x 950 bytes
repackage_system_suitesparse4.make -rwxr-xr-x 3.1 KB
stringreplace.c -rw-r--r-- 942 bytes
travis_fastfail.sh -rwxr-xr-x 1.0 KB
valgrind-julia.supp -rw-r--r-- 166 bytes

README.md

back to top