This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]