-
- Downloads
re PR tree-optimization/56396 (memory corruption in cc1)
2013-02-20 Richard Biener <rguenther@suse.de>
Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/56396
* tree-ssa-ccp.c (n_const_val): New static variable.
(get_value): Return NULL for SSA names we don't have a lattice
entry for.
(ccp_initialize): Initialize n_const_val.
* tree-ssa-copy.c (n_copy_of): New static variable.
(init_copy_prop): Initialize n_copy_of.
(get_value): Return NULL_TREE for SSA names we don't have a
lattice entry for.
* gcc.dg/pr56396.c: New testcase.
Co-Authored-By:
Jakub Jelinek <jakub@redhat.com>
From-SVN: r196170
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/pr56396.c 22 additions, 0 deletionsgcc/testsuite/gcc.dg/pr56396.c
- gcc/tree-ssa-ccp.c 5 additions, 2 deletionsgcc/tree-ssa-ccp.c
- gcc/tree-ssa-copy.c 7 additions, 2 deletionsgcc/tree-ssa-copy.c
Loading
Please register or sign in to comment