[Bug target/38900] ICE: unable to find a register to spill

d dot g dot gorbachev at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Jan 17 23:19:00 GMT 2009



------- 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



More information about the Gcc-bugs mailing list