public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/19909] [3.4 regression] verify-flow-info: wrong frequency ...
       [not found] <bug-19909-10085@http.gcc.gnu.org/bugzilla/>
@ 2005-10-07  3:53 ` gdr at gcc dot gnu dot org
  2006-02-28 10:00 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-10-07  3:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |3.4.6


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19909


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

* [Bug rtl-optimization/19909] [3.4 regression] verify-flow-info: wrong frequency ...
       [not found] <bug-19909-10085@http.gcc.gnu.org/bugzilla/>
  2005-10-07  3:53 ` [Bug rtl-optimization/19909] [3.4 regression] verify-flow-info: wrong frequency gdr at gcc dot gnu dot org
@ 2006-02-28 10:00 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-02-28 10:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from gdr at gcc dot gnu dot org  2006-02-28 09:59 -------
won't fix for 3.4.6


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19909


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

* [Bug rtl-optimization/19909] [3.4 regression] verify-flow-info: wrong frequency ...
  2005-02-11 22:51 [Bug c/19909] New: " cgweav at email dot com
@ 2005-07-14  9:32 ` reichelt at gcc dot gnu dot org
  0 siblings, 0 replies; 3+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-07-14  9:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-13 20:16 -------
Even more compact testcase:

========================================
int foo();

void bar()
{
  int i, j, k, *p;

  while (i)
    while (k)
    {
      for (i = 0; i < 5; i++)
        for (; p; ++p)
          for (j = 0; j < k; j++)
            switch (k)
            {
              case 1:
                ++k;
              case 2:
                break;
              case 3:
                ++k;
              case 4:
                ++k;
              case 5:
                ++k;
              default:
                k = foo();
            }

      if (j) break;
    }
}
========================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
      Known to fail|                            |3.4.0 3.4.4
      Known to work|3.4.0 4.0.0                 |3.3.6 4.0.0
            Summary|verify-flow-info: wrong     |[3.4 regression] verify-
                   |frequency ...               |flow-info: wrong frequency
                   |                            |...
   Target Milestone|---                         |3.4.5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19909


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

end of thread, other threads:[~2006-02-28  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19909-10085@http.gcc.gnu.org/bugzilla/>
2005-10-07  3:53 ` [Bug rtl-optimization/19909] [3.4 regression] verify-flow-info: wrong frequency gdr at gcc dot gnu dot org
2006-02-28 10:00 ` gdr at gcc dot gnu dot org
2005-02-11 22:51 [Bug c/19909] New: " cgweav at email dot com
2005-07-14  9:32 ` [Bug rtl-optimization/19909] [3.4 regression] " reichelt at gcc dot gnu dot 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).