------- Additional Comments From reichelt at gcc dot gnu dot org  2005-04-13 
16:09 -------
The ICE was introduced with a merge from the tree-cleanup-branch:
http://gcc.gnu.org/ml/gcc-cvs/2005-04/msg00501.html

BTW, here's a C testcase:

===============================
int foo(double* p, double* q)
{
    int i=0;

    for (; q!=p; ++q)
        if (*q)
            ++i;

    return i;
}
===============================


-- 


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

Reply via email to