------- Additional Comments From reichelt at gcc dot gnu dot org  2005-02-18 
12:19 -------
: Search converges between 2004-11-19-014001-trunk (#644) and
2004-11-19-161001-trunk (#645).

It looks like this was introduced by one of your patches on 2004-11-19, Dorit.

Btw, here's an even shorter testcase:

========================
struct A
{
    ~A();
};

void foo();

void bar()
{
    A a;

    foo();
    for (;;)
        foo();
}
========================


-- 


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

Reply via email to