-
- Downloads
re PR c++/34459 (incorrect code when compiled with optimization (-O1))
PR c++/34459 * tree-ssa-dse.c (dse_optimize_stmt): Don't eliminate store if USE_STMT not only stores into the same object as STMT, but might read it too. * gcc.c-torture/execute/20071219-1.c: New test. From-SVN: r131101
Showing
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/execute/20071219-1.c 71 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/20071219-1.c
- gcc/tree-ssa-dse.c 20 additions, 0 deletionsgcc/tree-ssa-dse.c
Loading
Please register or sign in to comment