This is the mail archive of the gcc-patches@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: one-bit alignment (was Re: [PATCH] Fix for the C++ testcase submitted today)


    OK, but can you think of any reason why 1 would be a reasonable value
    for DECL_ALIGN in general?

No, not once it's properly set up.  But the point is that this one hasn't
been set up.  I have no objection to initializing it to 0, but I would
be against initializing it to somethign "reasonable" like BITS_PER_UNIT,
since that would tend to hide problems like this.

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