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: win32 patch 1 -- HANDLE_PRAGMA support


On Sun, 6 Sep 1998, Kamil Iskra wrote:

> On Sat, 5 Sep 1998, Mumit Khan wrote:
> 
> > +/* A bitfield declared as `int' forces `int' alignment for the struct.  */
> > +#undef PCC_BITFIELDS_TYPE_MATTERS
> > +#define PCC_BITFIELDS_TYPE_MATTERS 0
> 
> Is it only me who finds it misleading when the actual code results in a
> behavior that is exactly opposite to the one described in the comment, or
> is there something wrong here?
> 

Nothing wrong, other than my lack of creativity in adding comments,
especially when I'm rushing things. I simply copied the comment from 
some other port (I think h8300) where it's used just for the same
purpose. I'll send in a better comment.

Mumit



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