This is the mail archive of the gcc-cvs@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]

r159464 - in /trunk/gcc: ChangeLog common.opt d...


Author: rguenth
Date: Sun May 16 19:56:44 2010
New Revision: 159464

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159464
Log:
2010-05-16  Richard Guenther  <rguenther@suse.de>

	* doc/invoke.texi (-fipa-struct-reorg): Do not mention
	-fipa-type-escape.
	* ipa-type-escape.c (gate_type_escape_vars): Run when
	-fipa-struct-reorg runs.
	* opts.c (decode_options): Do not unset flag_ipa_type_escape.
	* common.opt (fipa-type-escape): Remove.

	* gcc.dg/pr43317.c: Do not pass -fipa-type-escape.
	* gcc.dg/pr43084.c: Likewise.
	* gcc.dg/pr42250.c: Pass -fipa-struct-reorg instead of
	-fipa-type-escape.
	* gcc.dg/struct/wo_prof_escape_arg_to_local.c: Do not pass
	-fipa-type-escape.
	* gcc.dg/struct/struct-reorg.exp: Likewise.
	* gcc.dg/struct/wo_prof_empty_str.c: Likewise.
	* gcc.dg/struct/wo_prof_escape_return.c: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common.opt
    trunk/gcc/doc/invoke.texi
    trunk/gcc/ipa-type-escape.c
    trunk/gcc/opts.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr42250.c
    trunk/gcc/testsuite/gcc.dg/pr43084.c
    trunk/gcc/testsuite/gcc.dg/pr43317.c
    trunk/gcc/testsuite/gcc.dg/struct/struct-reorg.exp
    trunk/gcc/testsuite/gcc.dg/struct/wo_prof_empty_str.c
    trunk/gcc/testsuite/gcc.dg/struct/wo_prof_escape_arg_to_local.c
    trunk/gcc/testsuite/gcc.dg/struct/wo_prof_escape_return.c


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