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: (patch) pragma pack lossage


> All targets that support SYSV pragmas now also support #pragma pack(<n>). 
> This code is handled by c-pragma.c:handle_pragma_token() that sets the

As the maintainer of one SYSV target that has zillions of #pragma
pack(<n>) directives in the headers that has been sunk by other changes
in this code I can confirm that this patch, once applied, does allow a
'make clean; make bootstrap' of gcc/ on the 2.95 tree.

This is meant not as an endorsement of the patch (like Mumit needs my
endorsements. :-) but as affirmation that it doesn't sink the 'System V + 
pragma pack + (pragma push==don't care)' case.

RJL


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