You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove unnecessary local variables to work around an icc optimization bug.
Buildfarm member dunlin has been crashing since commit8b49a60, but othermachines seem fine with that code. It turns out that removing the localvariables in ordered_set_startup() that are copies of fields in "qstate"dodges the problem. This might cost a few cycles on register-richmachines, but it's probably a wash on others, and in any case this codeisn't performance-critical. Thanks to Jeremy Drake for off-listinvestigation.