r196487 - in /trunk/gcc: ChangeLog tree-vect-da...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Wed Mar 6 08:38:00 GMT 2013


Author: rguenth
Date: Wed Mar  6 08:38:46 2013
New Revision: 196487

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196487
Log:
2013-03-06  Richard Biener  <rguenther@suse.de>

	PR middle-end/50494
	* tree-vect-data-refs.c (vect_can_force_dr_alignment_p):
	Do not adjust alignment of DECL_IN_CONSTANT_POOL decls.

	Revert
	2013-02-13  Richard Biener  <rguenther@suse.de>

	PR lto/50494
	* varasm.c (output_constant_def_1): Get the decl representing
	the constant as argument.
	(output_constant_def): Wrap output_constant_def_1.
	(make_decl_rtl): Use output_constant_def_1 with the decl
	representing the constant.
	(build_constant_desc): Optionally re-use a decl already
	representing the constant.
	(tree_output_constant_def): Adjust.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-data-refs.c
    trunk/gcc/varasm.c



More information about the Gcc-cvs mailing list