------- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-03 03:42 -------
Here is a testcase without inline functions:
void bar(int *p, int t1)
{
    int i;
    static int *tt;
    for (i=0; i<2; ++i)
        if (i)
        {
            int t = i - 1;
            tt = p+t;
        }
}


-- 


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

Reply via email to