[Bug target/29900] [4.1/4.2/4.3 regression] stackreg to go wrong

hjl at lucon dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 20 15:49:00 GMT 2006



------- Comment #14 from hjl at lucon dot org  2006-11-20 15:49 -------
Another smaller testcase:

extern float ALBTAB [4];

float
foo (int i, int j, float x, float y)
{
  return ALBTAB[i]*x*y - ALBTAB[j]*x*y;
}


-- 


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



More information about the Gcc-bugs mailing list