------- Comment #2 from borntraeger at de dot ibm dot com 2010-05-11 13:57 ------- Created an attachment (id=20629) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20629&action=view) 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? Christian -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44078