summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou2010-06-061-1/+1
* Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu2010-06-031-4/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-3/+1
* stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher2010-05-051-6/+6
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-45/+27
* re PR c++/41788 (-Wpacked option changes the layout of packed non-POD structs)Jason Merrill2010-04-091-2/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/43528 (ICE: in tree_low_cst, at tree.c:6198 with -mms...Uros Bizjak2010-03-271-4/+5
* re PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)Jason Merrill2010-02-231-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-12/+14
* stor-layout.c (place_field): Don't emit -Wpadded warnings for fields in built...Jakub Jelinek2009-10-141-2/+4
* stor-layout.c (layout_type): Make sure that an array of zero-sized element is...Eric Botcazou2009-10-021-6/+13
* fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.Eric Botcazou2009-09-271-9/+0
* * stor-layout.c (layout_type): Remove obsolete code.Eric Botcazou2009-09-211-27/+6
* * stor-layout.c (set_sizetype): Avoid useless type copy.Eric Botcazou2009-09-201-2/+2
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-12/+17
* cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou2009-06-301-5/+216
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-1/+2
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-5/+5
* 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