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: [PATCH] Some middle-end improvements for bitfield handling(followup)


On Thu, 1 Jul 2004, Jakub Jelinek wrote:
> Are you suggesting that some of these are guaranteed to have just one
> read and one write while others use 2 reads and one write?

Forgive me.  Your test for volatile is correct.  I didn't appreciate
that we were currently generating two reads and that this is demanded
by the standards.  Thanks also to Paul for pointing this out.

Roger
--


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