Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:gcc
gcc43
nvl447669.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nvl447669.diff of Package gcc43
Index: gcc/tree-ssa-sccvn.c =================================================================== --- gcc/tree-ssa-sccvn.c.orig +++ gcc/tree-ssa-sccvn.c @@ -2200,13 +2200,14 @@ free_scc_vn (void) tree name = ssa_name (i); if (name) { - XDELETE (VN_INFO (name)); + vn_ssa_aux_t info = VN_INFO (name); if (SSA_NAME_VALUE (name) && TREE_CODE (SSA_NAME_VALUE (name)) == VALUE_HANDLE) SSA_NAME_VALUE (name) = NULL; if (name - && VN_INFO (name)->needs_insertion) + && info->needs_insertion) release_ssa_name (name); + XDELETE (info); } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor