--- Additional Comments From hjl at lucon dot org 2004-12-10 20:23 ---
Created an attachment (id=7721)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7721&action=view)
A testcase
I got
[EMAIL PROTECTED] tmp]$ /usr/gcc-3.4/bin/gcc -O2 -march=pentium4 -S ~/foo.c
/export/home/hjl/foo
--- Additional Comments From belyshev at lubercy dot com 2004-12-10 21:06
---
// small testcase:
int bar (int p, char c)
{
foo (p, c);
if (c & 0xF0)
return p;
}
--
What|Removed |Added
-
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-10 20:25
---
Do not assign prs to people unless they request it. Assignment implies
actively working on the problem. Use cc for advisory.
--
What|Removed |Added