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: g++ 3.1 EH broken for irix6.5


    Because 'aligned' can only increase alignment, the default alignment
    of a 'packed' structure *must* be one.  Otherwise there is no way to
    create an unaligned structure.

'aligned' can only increase from the *minimum permitted* alignment, but there
is no requirement that the default alignment in the absense of 'aligned' be
the minimum permitted.


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