summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* stor-layout.c (finalize_type_size): Revert workaround from 08-26.Richard Henderson2005-08-281-11/+11
* stor-layout.c (finalize_type_size): Restore behaviour for non-aggregate types...J"orn Rennecke2005-08-261-11/+11
* re PR middle-end/23467 (alignment of member doesn't always carry over to alig...J"orn Rennecke2005-08-231-2/+9
* re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell2005-08-081-0/+11
* c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2005-07-031-1/+2
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-8/+8
* c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie2005-06-281-6/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-8/+10
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-2/+1
* re PR middle-end/20371 (Some corner cases of MS bitfields don't work)J"orn Rennecke2005-05-111-21/+92
* dojump.c: Fix comment typos.Kazu Hirata2005-04-271-6/+6
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-10/+10
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-8/+0
* * stor-layout.c (lang_adjust_rli): Make it static.Kazu Hirata2005-03-081-1/+1
* c-semantics.c, [...]: Update copyright.Kazu Hirata2005-03-081-1/+1
* stor-layout.c (set_alignment): Remove.Kazu Hirata2005-03-071-4/+0
* combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata2005-03-051-2/+2
* [multiple changes]Richard Henderson2004-12-221-13/+5
* gimplify.c (eval_save_expr): New.Richard Henderson2004-12-211-2/+2
* re PR tree-optimization/18067 (ICE at loc_descriptor_from_tree_1 in dwarf2out...Richard Henderson2004-12-191-1/+9
* * stor-layout.c (layout_decl): Use unshare_expr, not unsave_expr.Richard Henderson2004-12-181-2/+2
* stor-layout.c (layout_decl): Unshare size expressions copied from the type.Richard Henderson2004-12-181-2/+2
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-34/+0
* * stor-layout.c: Fix a comment typo.Kazu Hirata2004-10-201-1/+1
* re PR target/17962 (small fp vector uses sse/mmx vectors and is not aligned)Richard Henderson2004-10-191-0/+4
* re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell2004-09-281-24/+27
* re PR middle-end/17112 (Copying of packed bitfields is wrong)Roger Sayle2004-09-261-5/+7
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-8/+9
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-43/+41
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich2004-09-031-1/+3
* c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner2004-08-311-4/+4
* stor-layout.c (sizetype_set): Remove.Nathan Sidwell2004-08-271-5/+0
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-27/+30
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-241-66/+41
* defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher2004-08-241-8/+8
* tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.Nathan Sidwell2004-08-231-4/+0
* stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell2004-08-201-1/+3
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-191-1/+6
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-32/+27
* stor-layout.c (round_up, round_down): Move ...Richard Henderson2004-08-111-58/+0
* stor-layout.c (round_up): Check for 0/1 before dividing.Richard Henderson2004-08-101-0/+10
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-6/+6
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-4/+47
* re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill2004-07-181-0/+14
* builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.Richard Henderson2004-07-091-4/+32
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-57/+0
* tree.h (immediate_size_expand): Delete.Richard Henderson2004-06-301-10/+2
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-5/+0