This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: new #pragma pack failure
> > but there's been a recent regression with HANDLE_SYSV_PRAGMA code. This
> It wasn't introduced by that patch, but it is my fault. :) The
Thanx for looking at it, Zack.
> Since you're up on these things, could you write up some tests for
> #pragma pack?
I have no special affinity for them; I just happen to have my nightly GCC
build on a box where the system headers (stupidly) use them. :-)
While I probably could whip up a dejagnu entry or two to exercise the
cases, the problem is that this handling isn't available on enough
systems for it to get any appreciable testsuite coverage. So while I
could make the tests run only where HANDLE_SYSV_PRAGMA is set, they
still wouldn't get run on the "mainstream" GCC development hosts, would
they?
Thanx,
RJL