Update FSF address.
[gcc.git] / gcc / stor-layout.c
1995-06-15 Richard KennerUpdate FSF address.
1995-06-11 Richard Kenner(variable_size): Do nothing if SIZE is constant.
1995-05-16 Richard KennerFix typos in comments.
1995-05-12 Richard Kenner(layout_type...
1995-03-31 Michael MeissnerAdd -fpack-struct.
1994-12-18 Richard Kenner(layout_decl): Allow DECL_BIT_FIELD for any type.
1994-11-22 Richard Kenner(layout_type): Use ptr_mode instead of equivalent call to
1994-10-20 Richard Kenner(variable_size): Return SIZE if it contains a PLACEHOLD...
1994-09-01 Per Bothnerstor-layout.c (set_alignment): New global.
1994-05-18 Per BothnerAllow any integral type for bitfields (such as booleans).
1994-05-11 Richard Kenner(layout_type): Use POINTER_SIZE, instead of width of...
1994-03-18 Per Bothnerstor-layout.c (layout_type, [...]): Set TREE_UNSIGNED...
1994-03-17 Richard Kenner(layout_type, case INTEGER_TYPE): Properly test for...
1994-03-16 Richard Kenner(layout_record): If the place where we were going to...
1994-02-28 Richard Kenner(variable_size): If global_bindings_p < 0, don't even...
1993-09-22 Mike Stumpcp-class.c (finish_struct): Move special C++ only code...
1993-09-14 Richard Stallman(layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS
1993-08-05 Richard Kenner(layout_type): Put size-related nodes in same obstack...
1993-06-28 Richard KennerAdd prototypes for layout_record and layout_union.
1993-04-13 Richard Kenner(layout_union): Handle QUAL_UNION_TYPE.
1993-04-11 Richard Kenner(layout_record): After copying the offsets of a field...
1993-03-27 Richard Kenner(variable_size): When evaluating sizes of variable...
1993-03-12 Richard Stallman(variable_size): Better error for div by 0 in size.
1993-01-18 Jim Wilson(make_signed_type): Consistently use HOST_BITS_PER_WIDE...
1993-01-13 Richard Stallman(variable_size): Change back to NULL_PTR.
1993-01-12 Brendan Kehoestor-layout.c (variable_size): Call expand_expr with...
1992-12-31 Richard Stallman(layout_record): Avoid overflow in const_size by adding...
1992-09-09 Richard Stallman(layout_type): Caller must give size of FILE_TYPE.
1992-08-01 Richard Stallman(layout_record): Take account of
1992-07-15 Richard Stallman(layout_record): Handle NULL dsize.
1992-07-06 Charles Hannumentered into RCS
1992-06-30 Richard Stallman*** empty log message ***
1992-06-20 Richard Kenner*** empty log message ***
1992-04-13 Tom Wood*** empty log message ***
1992-04-12 Tom Wood*** empty log message ***
1992-03-31 Richard Kenner*** empty log message ***
1992-03-29 Richard Stallman*** empty log message ***
1992-03-12 Richard Stallman*** empty log message ***
1992-03-04 Michael Tiemann*** empty log message ***
1992-02-19 Jim WilsonInitial revision