This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: (patch) pragma pack lossage
- To: Mumit Khan <khan at xraylith dot wisc dot EDU>
- Subject: Re: (patch) pragma pack lossage
- From: Robert Lipe <robertlipe at usa dot net>
- Date: Tue, 29 Jun 1999 17:03:32 -0500
- Cc: egcs-patches at egcs dot cygnus dot com
- References: <199906292033.PAA17148@mercury.xraylith.wisc.edu>
> 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