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
Raw File
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
.gitattributes
# treat patches as files that should not be modified
*.patch -text
back to top