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]
Other format: [Raw text]

Re: ISO Aliasing rules question




--On Friday, February 21, 2003 08:38:07 PM +0100 Michael Matz <matz at suse dot de> wrote:

Yes, but he's accessing a member, not the whole struct. And that access

I'm pretty sure it's the pointer he's using that's the key.


If he wrote:

double *dp = (double*) b;

*dp = 1.0;

that would be fine, but saying b->d = 1.0 isn't.

--
Mark Mitchell                mark at codesourcery dot com
CodeSourcery, LLC            http://www.codesourcery.com


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