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]

r188312 - in /branches/google/gcc-4_7/gcc: ./ C...


Author: eraman
Date: Thu Jun  7 17:44:57 2012
New Revision: 188312

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188312
Log:
Backport r179412 from google/gcc-4_6 branch.

	2011-09-30  Easwaran Raman  <eraman@google.com>

		* tree-profile.c (gcov_sample_counter_decl): Add GTY marker.
		(gcov_sampling_rate_decl): Likewise.
		(add_sampling_to_edge_counters): Do not free
		instrumentation_to_be_sampled.
		(cleanup_instrumentation_sampling): New function.
		(tree_profiling): Call cleanup_instrumentation_sampling at the end.

testsuite/ChangeLog.google-4_7:
	2011-09-30  Easwaran Raman  <eraman@google.com>

		* gcc.dg/sample-profile-generate-1.c: New test.



Added:
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/sample-profile-generate-1.c
      - copied unchanged from r179412, branches/google/gcc-4_6/gcc/testsuite/gcc.dg/sample-profile-generate-1.c
Modified:
    branches/google/gcc-4_7/gcc/   (props changed)
    branches/google/gcc-4_7/gcc/ChangeLog.google-4_7
    branches/google/gcc-4_7/gcc/testsuite/ChangeLog.google-4_7
    branches/google/gcc-4_7/gcc/tree-profile.c

Propchange: branches/google/gcc-4_7/gcc/
            ('svn:mergeinfo' added)



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