aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-23Revert:Uros Bizjak1-3/+0
2008-03-19re PR target/35496 (test failures between revs. 132950 and 132974)Uros Bizjak1-0/+3
2008-02-26common.opt (Wlarger-than=): New.Manuel López-Ibáñez1-2/+2
2008-02-25stor-layout.c (layout_decl): Do not bump the alignment of a bit-field to more...Eric Botcazou1-4/+4
2007-11-19re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou1-14/+0
2007-10-19re PR middle-end/33816 (gimplification before build_array_type re-set alias s...Richard Guenther1-7/+4
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-2/+2
2007-09-11re PR middle-end/27945 (Packed struct of variable length has wrong size)Jason Merrill1-11/+4
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+75
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-04* stor-layout.c (layout_type): Remove duplicate code.Kazu Hirata1-2/+1
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-1/+1
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-3/+3
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-8/+5
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-0/+5
2006-11-18re PR fortran/27885 (FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for exces...John David Anglin1-1/+2
2006-11-12fold-const.c (int_binop_types_match_p): New function.Roger Sayle1-3/+2
2006-10-23stor-layout.c (start_record_layout): maximum_field_alignment overrides STRUCT...Paul Brook1-1/+9
2006-09-07re PR middle-end/28862 (attribute ((aligned)) ignored on vector variables)Andrew Pinski1-1/+2
2006-07-15re PR middle-end/28160 (Bogus "size of array 'foo' is too large" error with -...Kaz Kojima1-14/+23
2006-07-05re PR c++/13983 (no warning on some non-POD struct with packed attribute)Jason Merrill1-0/+8
2006-06-12re PR middle-end/27948 (MS -bitfield struct layout test fails)Eric Christopher1-6/+5
2006-06-11re PR middle-end/27942 (packed union doesn't make the unaligned magic on sh64-*)Kaz Kojima1-1/+1
2006-06-05* stor-layout.c (debug_rli): Fix a typo in a debug message.Kazu Hirata1-1/+1
2006-06-04stor-layout.c (start_record_layout): Initialize remaining_in_alignment.Eric Christopher1-131/+68
2006-04-20re PR c/26774 (Out of memory compiling 9-line Delta-reduced Linux kernel driv...Carlos O'Donell1-11/+20
2006-03-29stor-layout.c (mode_for_size_tree): Remove restiction on type sizes by correc...Roger Sayle1-14/+14
2006-03-29re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Paul Brook1-8/+13
2006-02-16stor-layout.c (set_sizetype): Set TYPE_MAX_VALUE properly for sizetype when s...Jeff Law1-0/+19
2006-02-15re PR middle-end/22275 (bitfield layout change)Michael Matz1-10/+32
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-4/+4
2006-01-16fold-const.c (fold_minmax): New static function.Eric Botcazou1-2/+2
2005-12-19optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm1-0/+1
2005-12-15stor-layout.c (layout_type): Don't complain about a too small an array elemen...Olivier Hainque1-0/+5
2005-11-28re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell1-11/+0
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-10-12re PR c++/19964 (ICE on invalid member declaration)Nathan Sidwell1-2/+12
2005-10-07stor-layout.c (layout_type): Do not allow alignment of array elements to be g...Steve Ellcey1-0/+6
2005-09-29re PR middle-end/24053 (ICE in build_int_cst_wide, at tree.c:795)Richard Kenner1-0/+2
2005-09-12re PR middle-end/23290 (Layout changed for structure with single complex field)J"orn Rennecke1-3/+4
2005-08-28stor-layout.c (finalize_type_size): Revert workaround from 08-26.Richard Henderson1-11/+11
2005-08-26stor-layout.c (finalize_type_size): Restore behaviour for non-aggregate types...J"orn Rennecke1-11/+11
2005-08-23re PR middle-end/23467 (alignment of member doesn't always carry over to alig...J"orn Rennecke1-2/+9
2005-08-08re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell1-0/+11
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-1/+2
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-8/+8
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie1-6/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-8/+10