[Bug gcov-profile/85273] [GCOV] return statement in else block of if(1) statement when there is an array declaration statement and a goto statement in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85273

Martin Liška  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Martin Liška  ---
CFG is following:

main ()
{
  int c[1];
  int D.1905;
  int _1;

   :
b:

   :
  _1 = 0;
  c ={v} {CLOBBER};

   :
:
  return _1;

}

so again it's folded away.

[Bug gcov-profile/85273] [GCOV] return statement in else block of if(1) statement when there is an array declaration statement and a goto statement in gcov

2018-04-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85273

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2018-04-09
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
   Target Milestone|--- |9.0
 Ever confirmed|0   |1