This is the mail archive of the gcc-bugs@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: Do all arrays have to have a pad byte after them?


Mike Stump writes:
 > The one that kicks is if they were dereferenced, but we can't do that
 > so this doesn't apply.  I think the wording has a bug in it, if it
 > doesn't support my position.

The wording doesn't support your position, since it talks about
one-past-the-end pointers, which have valid and defined semantics,
but can't be dereferenced.


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