aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-5/+216
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+2
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-5/+5
2009-04-06stor-layout.c (set_sizetype): Use the full precision of their machine mode fo...Eric Botcazou1-4/+7
2009-04-04* stor-layout.c (set_sizetype): Set TYPE_CANONICAL.Jason Merrill1-0/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-28c.opt (Wpacked-bitfield-compat): Change init value to -1.Adam Nemet1-1/+1
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet1-3/+17
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-32/+74
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-7/+7
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-1/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
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