Commit efe9e829 by Richard Guenther Committed by Richard Biener

re PR c++/31863 (g++-4.1: out of memory with -O1/-O2)

2007-09-18  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/31863
	* tree-ssa-structalias.c (create_variable_info_for): Always
	free the fieldstack.

From-SVN: r128573
parent c55f4e7c
2007-09-18 Richard Guenther <rguenther@suse.de>
PR tree-optimization/31863
* tree-ssa-structalias.c (create_variable_info_for): Always
free the fieldstack.
2007-09-18 Dorit Nuzman <dorit@il.ibm.com>
* opts.c (decode_options): Enable vectorization under -O3.
......@@ -4500,8 +4500,10 @@ create_variable_info_for (tree decl, const char *name)
stats.total_vars++;
}
VEC_free (fieldoff_s, heap, fieldstack);
}
VEC_free (fieldoff_s, heap, fieldstack);
return index;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment