------- Comment #1 from borntraeger at de dot ibm dot com 2010-05-11 13:43
-------
>From a first look this looks like that the test case scans for
"nontemporal store" which is also emitted by the new debug messages:
- return false;
+ {
+ if (dump_file && (dump_flags & TDF_DETAILS))
+ fprintf (dump_file, "Ignoring nontemporal store %p\n", (void *) ref);
+ return false;
+ }
I will check if that is the problem. If yes I will probably fix the testcase.
Christian
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44078