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]

Re: FAIL: gcc.c-torture/execute/950628-1.c execution, -O1


    This is almost certainly related to the /u sharing bits that
    Richard Kenner and I have been discussing.

OK, I'm confused and I suspect lots of others are too.

Precisely which sets of /u operations are considered to conflict and
which are not?

Clearly a /u read and a /u write need to conflict for some purposes since
we can't schedule the read in front of the write.  But which don't?

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