This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/53915] gcov -f rounding problem
- From: "vincent-gcc at vinc17 dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 10 Jul 2012 14:46:28 +0000
- Subject: [Bug gcov-profile/53915] gcov -f rounding problem
- Auto-submitted: auto-generated
- References: <bug-53915-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915
--- Comment #2 from Vincent LefÃvre <vincent-gcc at vinc17 dot net> 2012-07-10 14:46:28 UTC ---
Actually this should not be the problem, because if top = bottom = 9, then the
division is done exactly anyway; moreover "percent = limit - 1;" won't be
executed in this case due to the condition top != bottom. Now, I can't explain
the result.