------- Additional Comments From falk at debian dot org  2005-06-12 19:37 
-------
Subject: Re:  Poor code from unrolled simple
 loop

"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-12 
> 13:48 -------
> I think this is just the standard restrict bug is PR 16913.

Not really. I also get poor code for

void f(int *t, const short *s) ...

where gcc really should know the two pointers don't alias. In that
case, 3.3 produces poor code, too, though.


-- 


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

Reply via email to