This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/38900] ICE: unable to find a register to spill
- From: "d dot g dot gorbachev at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2009 23:19:41 -0000
- Subject: [Bug target/38900] ICE: unable to find a register to spill
- References: <bug-38900-16926@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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