[Bug tree-optimization/22031] Poor code from unrolled simple loop
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Sun Jun 12 19:37:00 GMT 2005
------- 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" <gcc-bugzilla@gcc.gnu.org> 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
More information about the Gcc-bugs
mailing list