summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* stor-layout.c (set_sizetype): Use the full precision of their machine mode fo...Eric Botcazou2009-04-061-4/+7
* * stor-layout.c (set_sizetype): Set TYPE_CANONICAL.Jason Merrill2009-04-041-0/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* c.opt (Wpacked-bitfield-compat): Change init value to -1.Adam Nemet2009-01-281-1/+1
* c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet2009-01-231-3/+17
* re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson2008-12-081-32/+74
* recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-7/+7
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-1/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* Revert:Uros Bizjak2008-03-231-3/+0
* re PR target/35496 (test failures between revs. 132950 and 132974)Uros Bizjak2008-03-191-0/+3
* common.opt (Wlarger-than=): New.Manuel López-Ibáñez2008-02-261-2/+2
* stor-layout.c (layout_decl): Do not bump the alignment of a bit-field to more...Eric Botcazou2008-02-251-4/+4
* re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou2007-11-191-14/+0
* re PR middle-end/33816 (gimplification before build_array_type re-set alias s...Richard Guenther2007-10-191-7/+4
* builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez2007-10-171-2/+2
* re PR middle-end/27945 (Packed struct of variable length has wrong size)Jason Merrill2007-09-111-11/+4
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+75
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* * stor-layout.c (layout_type): Remove duplicate code.Kazu Hirata2007-06-041-2/+1
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-1/+1
* builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle2007-01-111-3/+3
* tree.h (build_int_cst_wide_type): Export.Richard Guenther2007-01-081-8/+5
* c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor2007-01-021-0/+5
* re PR fortran/27885 (FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for exces...John David Anglin2006-11-181-1/+2
* fold-const.c (int_binop_types_match_p): New function.Roger Sayle2006-11-121-3/+2
* stor-layout.c (start_record_layout): maximum_field_alignment overrides STRUCT...Paul Brook2006-10-231-1/+9
* re PR middle-end/28862 (attribute ((aligned)) ignored on vector variables)Andrew Pinski2006-09-071-1/+2
* re PR middle-end/28160 (Bogus "size of array 'foo' is too large" error with -...Kaz Kojima2006-07-151-14/+23
* re PR c++/13983 (no warning on some non-POD struct with packed attribute)Jason Merrill2006-07-051-0/+8
* re PR middle-end/27948 (MS -bitfield struct layout test fails)Eric Christopher2006-06-121-6/+5
* re PR middle-end/27942 (packed union doesn't make the unaligned magic on sh64-*)Kaz Kojima2006-06-111-1/+1
* * stor-layout.c (debug_rli): Fix a typo in a debug message.Kazu Hirata2006-06-051-1/+1
* stor-layout.c (start_record_layout): Initialize remaining_in_alignment.Eric Christopher2006-06-041-131/+68
* re PR c/26774 (Out of memory compiling 9-line Delta-reduced Linux kernel driv...Carlos O'Donell2006-04-201-11/+20
* stor-layout.c (mode_for_size_tree): Remove restiction on type sizes by correc...Roger Sayle2006-03-291-14/+14
* re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Paul Brook2006-03-291-8/+13
* stor-layout.c (set_sizetype): Set TYPE_MAX_VALUE properly for sizetype when s...Jeff Law2006-02-161-0/+19
* re PR middle-end/22275 (bitfield layout change)Michael Matz2006-02-151-10/+32
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-4/+4
* fold-const.c (fold_minmax): New static function.Eric Botcazou2006-01-161-2/+2
* optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm2005-12-191-0/+1
* stor-layout.c (layout_type): Don't complain about a too small an array elemen...Olivier Hainque2005-12-151-0/+5
* re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell2005-11-281-11/+0
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-1/+1
* re PR c++/19964 (ICE on invalid member declaration)Nathan Sidwell2005-10-121-2/+12
* stor-layout.c (layout_type): Do not allow alignment of array elements to be g...Steve Ellcey2005-10-071-0/+6
* re PR middle-end/24053 (ICE in build_int_cst_wide, at tree.c:795)Richard Kenner2005-09-291-0/+2
* re PR middle-end/23290 (Layout changed for structure with single complex field)J"orn Rennecke2005-09-121-3/+4