This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug translation/35002] Incorrect spelling of "hottest"
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2008 21:47:53 -0000
- Subject: [Bug translation/35002] Incorrect spelling of "hottest"
- References: <bug-35002-10888@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from aldot at gcc dot gnu dot org 2008-01-28 21:47 -------
Confirmed.
Also wrong:
gcc/ipa-struct-reorg.c:sum_counts (d_str str, gcov_type *hotest)
gcc/ipa-struct-reorg.c: if (str->count > *hotest)
gcc/ipa-struct-reorg.c: *hotest = str->count;
gcc/ipa-struct-reorg.c: gcov_type hotest = 0;
gcc/ipa-struct-reorg.c: sum_counts (str, &hotest);
gcc/ipa-struct-reorg.c: if (str->count * 100 < (hotest *
STRUCT_REORG_COLD_STRUCT_RATIO))
gcc/params.def:/* The threshold ratio between current and hotest structure
counts.
gcc/params.def: calculated by profiling, to the hotest structure count
gcc/params.def: "The threshold ratio between current and hotest structure
counts",
--
aldot at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aldot at gcc dot gnu dot org
Severity|trivial |normal
Status|UNCONFIRMED |NEW
Component|c |translation
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-28 21:47:53
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35002