OSDN Git Service

formatting tweaks
[pf3gnuchains/gcc-fork.git] / gcc / stor-layout.c
1996-07-03 mrsformatting tweaks
1996-06-03 kenner(layout_decl): Test DECL_PACKED and TYPE_PACKED instead of
1996-04-26 kenner(layout_decl): Turn off DECL_BIT_FIELD for BLKmode...
1996-04-21 kenner(layout_record): Use ADJUST_FIELD_ALIGN to modify align...
1996-03-31 kenner(layout_decl): Don't make a bitfield an integral mode...
1996-02-06 bothner* stor-layout.c (layout_type): Use same code to layout...
1995-12-16 kenner(layout_record): When PCC_BITFIELD_TYPE_MATTERS, comput...
1995-10-03 kenner(layout_type, case ARRAY_TYPE): Strip MAX_EXPR from...
1995-09-25 kenner(put_pending_sizes): New function.
1995-08-28 kennerFix spelling errors.
1995-06-15 kennerUpdate FSF address.
1995-06-11 kenner(variable_size): Do nothing if SIZE is constant.
1995-05-16 kennerFix typos in comments.
1995-05-12 kenner(layout_type, case ARRAY_TYPE): Compute length using...
1995-03-31 meissnerAdd -fpack-struct.
1994-12-18 kenner(layout_decl): Allow DECL_BIT_FIELD for any type.
1994-11-22 kenner(layout_type): Use ptr_mode instead of equivalent call to
1994-10-20 kenner(variable_size): Return SIZE if it contains a PLACEHOLD...
1994-09-01 bothner* stor-layout.c (set_alignment): New global.
1994-05-18 bothnerAllow any integral type for bitfields (such as booleans).
1994-05-11 kenner(layout_type): Use POINTER_SIZE, instead of width of...
1994-03-18 bothner * stor-layout.c (layout_type, case BOOLEAN_TYPE):
1994-03-17 kenner(layout_type, case INTEGER_TYPE): Properly test for...
1994-03-16 kenner(layout_record): If the place where we were going to...
1994-02-28 kenner(variable_size): If global_bindings_p < 0, don't even...
1993-09-22 mrs * cp-class.c (finish_struct): Move special...
1993-09-14 rms(layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS
1993-08-05 kenner(layout_type): Put size-related nodes in same obstack...
1993-06-28 kennerAdd prototypes for layout_record and layout_union.
1993-04-13 kenner(layout_union): Handle QUAL_UNION_TYPE.
1993-04-11 kenner(layout_record): After copying the offsets of a field...
1993-03-27 kenner(variable_size): When evaluating sizes of variable...
1993-03-12 rms(variable_size): Better error for div by 0 in size.
1993-01-18 wilson(make_signed_type): Consistently use
1993-01-13 rms(variable_size): Change back to NULL_PTR.
1993-01-12 brendan * stor-layout.c (variable_size): Call expand_expr...
1992-12-31 rms(layout_record): Avoid overflow in const_size by adding...
1992-09-09 rms(layout_type): Caller must give size of FILE_TYPE.
1992-08-01 rms(layout_record): Take account of
1992-07-15 rms(layout_record): Handle NULL dsize.
1992-07-06 mycroftentered into RCS
1992-06-30 rms*** empty log message ***
1992-06-20 kenner*** empty log message ***
1992-04-13 wood*** empty log message ***
1992-04-12 wood*** empty log message ***
1992-03-31 kenner*** empty log message ***
1992-03-29 rms*** empty log message ***
1992-03-12 rms*** empty log message ***
1992-03-04 tiemann*** empty log message ***
1992-02-19 wilsonInitial revision