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

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Sat Oct 6 14:06:00 GMT 2012


Author: hubicka
Date: Sat Oct  6 14:06:04 2012
New Revision: 192161

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192161
Log:

	* doc/invoke.texi (-fprofile-report): Document.
	* common.opt (-fprofile-report): New option.
	* toplev.c (finalize): Call dump_profile_report.
	* toplev.h (profile_report): Declare.
	* passes.c (profile_record): New static var.
	(check_profile_consistency): New function.
	(dump_profile_record): New function.
	(execute_one_ipa_transform_pass): Call check_profile_consistency.
	(execute_one_pass): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common.opt
    trunk/gcc/doc/invoke.texi
    trunk/gcc/passes.c
    trunk/gcc/toplev.c
    trunk/gcc/toplev.h



More information about the Gcc-cvs mailing list