public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/95994] New: Line containing "do" reported as "not run"
@ 2020-06-30 11:43 rguenth at gcc dot gnu.org
  2020-06-30 11:43 ` [Bug gcov-profile/95994] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-30 11:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95994

            Bug ID: 95994
           Summary: Line containing "do" reported as "not run"
           Product: gcc
           Version: 10.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: loximann at gmail dot com
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

The first do is marked as "#####", the second one is correctly marked as "-".

        -:    0:Source:coverage_test_2.cpp
        -:    0:Graph:coverage_test_2.gcno
        -:    0:Data:coverage_test_2.gcda
        -:    0:Runs:1
        1:    1:int main()
        -:    2:{
        1:    3:    int i =0;
    #####:    4:    do
        -:    5:    {
        1:    6:        ++i;
        1:    7:    } while(i<1);
        -:    8:    do
        -:    9:    {
        -:   10:    } while(false);
        1:   11:}

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 95995 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gcov-profile/95994] Line containing "do" reported as "not run"
  2020-06-30 11:43 [Bug gcov-profile/95994] New: Line containing "do" reported as "not run" rguenth at gcc dot gnu.org
@ 2020-06-30 11:43 ` rguenth at gcc dot gnu.org
  2020-06-30 11:44 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-30 11:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95994

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 95996 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gcov-profile/95994] Line containing "do" reported as "not run"
  2020-06-30 11:43 [Bug gcov-profile/95994] New: Line containing "do" reported as "not run" rguenth at gcc dot gnu.org
  2020-06-30 11:43 ` [Bug gcov-profile/95994] " rguenth at gcc dot gnu.org
@ 2020-06-30 11:44 ` rguenth at gcc dot gnu.org
  2020-06-30 11:44 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-30 11:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95994

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 95997 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gcov-profile/95994] Line containing "do" reported as "not run"
  2020-06-30 11:43 [Bug gcov-profile/95994] New: Line containing "do" reported as "not run" rguenth at gcc dot gnu.org
  2020-06-30 11:43 ` [Bug gcov-profile/95994] " rguenth at gcc dot gnu.org
  2020-06-30 11:44 ` rguenth at gcc dot gnu.org
@ 2020-06-30 11:44 ` rguenth at gcc dot gnu.org
  2020-06-30 11:49 ` loximann at gmail dot com
  2020-06-30 12:34 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-30 11:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95994

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 96000 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gcov-profile/95994] Line containing "do" reported as "not run"
  2020-06-30 11:43 [Bug gcov-profile/95994] New: Line containing "do" reported as "not run" rguenth at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-06-30 11:44 ` rguenth at gcc dot gnu.org
@ 2020-06-30 11:49 ` loximann at gmail dot com
  2020-06-30 12:34 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: loximann at gmail dot com @ 2020-06-30 11:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95994

--- Comment #5 from Sergio Losilla <loximann at gmail dot com> ---
Oh my, my apologies about the duplicates. There was an issue with the website,
I was just getting an error back:

--------------------------
Software error:

Invalid Content-Type 'subtype' parameter at Bugzilla/BugMail.pm line
471.

For help, please send mail to the webmaster (root@localhost), giving
this error message and the time and date of the error.
-------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gcov-profile/95994] Line containing "do" reported as "not run"
  2020-06-30 11:43 [Bug gcov-profile/95994] New: Line containing "do" reported as "not run" rguenth at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-06-30 11:49 ` loximann at gmail dot com
@ 2020-06-30 12:34 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-06-30 12:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95994

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-06-30
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-30 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 11:43 [Bug gcov-profile/95994] New: Line containing "do" reported as "not run" rguenth at gcc dot gnu.org
2020-06-30 11:43 ` [Bug gcov-profile/95994] " rguenth at gcc dot gnu.org
2020-06-30 11:44 ` rguenth at gcc dot gnu.org
2020-06-30 11:44 ` rguenth at gcc dot gnu.org
2020-06-30 11:49 ` loximann at gmail dot com
2020-06-30 12:34 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).