This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] [4/n] Fix minor SSA_NAME leaks


Another, this time in tree-ssa-loop-im. In this case it's just a missing release_defs for a statement we know won't have virtual operands.

As with the others, I've got a reduced testcase and will be trying to figure out how to best utilize it.

Bootstrapped & regression tested on x86_64-linux-gnu. Installed on the trunk.

Jeff
commit d2bd5c817c877bf2ad4d3a5fbef4c7985e2cad39
Author: Jeff Law <law@redhat.com>
Date:   Thu Oct 8 17:17:29 2015 -0600

    [PATCH] [4/n] Fix minor SSA_NAME leaks
    
    	* tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
    	release_defs.

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 31e2f30..2c760ee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-08  Jeff Law  <law@redhat.com>
 
+	* tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
+	release_defs.
+
 	* tree-stdarg.c (expand_ifn_va_arg_1): Add missing call to
 	unlink_stmt_vdef and release_ssa_name_fn.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]