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] |
| Other format: | [Raw text] | |
On Mon, Dec 29, 2003 at 07:12:01PM -0500, Daniel Berlin wrote:- int rewritten; + unsigned int rewritten:1;
struct phi_arg_d GTY ((length ("((tree)&%h)->phi.capacity"))) a[1];
You will note that this doesn't reduce the size of anything. Just exchanges data for padding.
-- Devang
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |