------- Comment #3 from hjl dot tools at gmail dot com  2010-05-15 01:31 -------
(In reply to comment #2)
> Created an attachment (id=20629)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20629&action=view) [edit]
> Testfix for the prefetch-7.c testcase
> 
> There always was
>     fprintf (dump_file, "Marked reference %p as a nontemporal store.\n",
> in the old code.
> 
> r159256 now adds
>         fprintf (dump_file, "Ignoring nontemporal store %p\n", (void *) ref);
> 
> The testcase matches both messages, but it should only match the first one.
> 
> So a potential fix might look like like the attachement. Can you confirm that
> this patch fixes the testcase on your system?
> 

This fixed the problem. Thanks.


-- 


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

Reply via email to