https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117608

--- Comment #6 from Hongtao Liu <liuhongt at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #4)
> int i;
> 
> void
> foo (void)
> {
>   __builtin_prefetch (&i, 2, 0);
> }
> 
> ICEs as well since that revision, and I think it actually ICEs on many
> targets as well.
> 
> I don't see who approved the middle-end changes in that revision.
> 
> Certainly, __builtin_prefetch documentation in extend.texi has not been
> adjusted:

Sorry, I thought they're only backend changes.
Will split the middle-end part into a separate patch in the future.

Reply via email to