Re: patch: honor volatile bitfield types

2010-06-24 Thread Hans-Peter Nilsson
(I wrote:) Can we similarly promise or say something for accesses of the containing struct as a whole? No takers? Date: Wed, 23 Jun 2010 11:34:04 -0400 From: DJ Delorie d...@redhat.com Should be the same as before, I would think. Primarily I want them similarly defined. I wasn't

Re: patch: honor volatile bitfield types

2010-06-23 Thread DJ Delorie
Can we similarly promise or say something for accesses of the containing struct as a whole? I hadn't considered those cases (when would you want to copy a *peripheral* ?) Should be the same as before, I would think.

Re: patch: honor volatile bitfield types

2010-06-23 Thread Daniel Jacobowitz
On Wed, Jun 23, 2010 at 11:34:04AM -0400, DJ Delorie wrote: Can we similarly promise or say something for accesses of the containing struct as a whole? I hadn't considered those cases (when would you want to copy a *peripheral* ?) Should be the same as before, I would think. Not the

Re: patch: honor volatile bitfield types

2010-06-23 Thread Hans-Peter Nilsson
Date: Wed, 23 Jun 2010 11:53:31 -0400 From: Daniel Jacobowitz d...@codesourcery.com On Wed, Jun 23, 2010 at 11:34:04AM -0400, DJ Delorie wrote: Can we similarly promise or say something for accesses of the containing struct as a whole? I hadn't considered those cases (when would you

Re: patch: honor volatile bitfield types

2010-06-22 Thread Hans-Peter Nilsson
From: DJ Delorie d...@redhat.com Date: Wed, 16 Jun 2010 18:53:54 -0400 A bit of thread hijacking (moving it to gcc@) I'm afraid, but it's too related to pass up on the opportunity... Index: gcc/doc/invoke.texi === ---