------- Comment #1 from d dot g dot gorbachev at gmail dot com  2009-01-17 
23:19 -------
bug.c:

void __attribute__((dllimport,fastcall)) h(int);

void f(int i)
{
    static void (__attribute__((fastcall)) *g)(int) = h;

    g(i);
    g(i);
}


-- 

d dot g dot gorbachev at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.2 4.4.0


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

Reply via email to