This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/29900] [4.1/4.2/4.3 regression] stackreg to go wrong
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2006 15:18:19 -0000
- Subject: [Bug target/29900] [4.1/4.2/4.3 regression] stackreg to go wrong
- References: <bug-29900-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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