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]

[lto] Merged from mainline @149291


I've merged turnk@149291 into lto.  I needed to adjust for the
recent changes to DECL_BASED_RESTRICT_P and LABEL_DECL_UID.

Tested on x86_64.


Diego.

	Mainline merge @149291.

	* configure.ac (ACX_PKGVERSION): Update revision merge string.
	* configure: Regenerate.

	* lto-streamer-out.c (pack_ts_decl_common_value_fields):
	Document lack of handling for LABEL_DECL_UID.
	(pack_ts_decl_with_vis_value_fields): Remove handling of
	DECL_BASED_ON_RESTRICT_P.
	* lto-streamer-in.c (unpack_ts_decl_common_value_fields):
	Always set LABEL_DECL_UID to -1.
	(unpack_ts_decl_with_vis_value_fields): Corresponding changes.


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