This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC Status Report (2004-03-09)


> No, the major problem with clearing is two stores to the same /u data
> and that's what's not valid.

Note that the testcases we have don't show any problem with that.

> The other thing is a different issue, which might be due to somebody
> incorrectly changing the conflict rules.

The testcases we have show problems with writes with /u followed by writes 
without /u, and with your scheme I think we would have problems with writes 
without /u followed by reads with /u.  In both cases, there is no conflict 
according to the manual.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]