This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: g++ 3.1 EH broken for irix6.5
- To: jason_merrill at redhat dot com
- Subject: Re: g++ 3.1 EH broken for irix6.5
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Fri, 29 Jun 01 08:13:27 EDT
- Cc: gcc-patches at gcc dot gnu dot org
> Well, the question then is how do you specify that the type should be
> packed by not "under-aligned"?
Can't you do that by putting a packed attribute on all the fields?
No. That will cause the alignment to be pessimized too.