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]

Re: Drop frequencies from cgraph edges


This causes bootstrap comparison failures on ia64.  For example:

$ diff -u <(nm stage{2,3}-gcc/gcov.o)
--- /dev/fd/63  2017-11-12 12:12:14.174568108 +0100
+++ /dev/fd/62  2017-11-12 12:12:14.174568108 +0100
@@ -33,9 +33,9 @@
 0000000000000050 s _ZL15flag_long_names
 0000000000000044 s _ZL15flag_use_colors
 00000000000004c0 t _ZL15gcov_read_wordsj
-0000000000003900 t _ZL15read_count_fileP13function_info
+0000000000003cc0 t _ZL15read_count_fileP13function_info
 0000000000002280 t _ZL16executed_summaryjj.part.10
-0000000000004680 t _ZL16function_summaryPK13coverage_infoPKc
+0000000000003900 t _ZL16function_summaryPK13coverage_infoPKc
 0000000000003740 t _ZL16gcov_read_stringv
 0000000000008940 t _ZL16generate_resultsPKc
 0000000000007b80 t _ZL16get_cycles_countR9line_infob
 
Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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