This is the mail archive of the gcc@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: Problem with reordering of memory accesses


On Wed, Oct 18, 2000 at 06:52:43PM +0200, Franz Sirl wrote:
> I don't see a reason why gcc should order these accesses. Unless you meant 
> to write:
> 
> typedef struct {
>          int x1;
>          short x2;
>          void * volatile x3;
>          void *x4;
>          void * volatile x5;
>          void *x6;
>          void *x7;
> } foo;

I guess that is indeed what I really wanted (and it produces the right
results).

Although I must confess that I donīt quite understand the difference in the
declaration.

thanks,
Michael

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