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 #13 from hjl at lucon dot org  2006-11-20 15:18 -------
Even smaller testcase:

extern float ALBTAB [4];

float
foo (int IU, int JU, int IIL, int JJL, float XI, float YJ)
{
  return ALBTAB[IU]*(XI-IIL)*(YJ-JJL)+ALBTAB[JU]*(IU-XI)*(JU-YJ);
}


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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]