aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-2/+1
2005-05-11re PR middle-end/20371 (Some corner cases of MS bitfields don't work)J"orn Rennecke1-21/+92
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-6/+6
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-10/+10
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-8/+0
2005-03-08* stor-layout.c (lang_adjust_rli): Make it static.Kazu Hirata1-1/+1
2005-03-08c-semantics.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-07stor-layout.c (set_alignment): Remove.Kazu Hirata1-4/+0
2005-03-05combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata1-2/+2
2004-12-22[multiple changes]Richard Henderson1-13/+5
2004-12-21gimplify.c (eval_save_expr): New.Richard Henderson1-2/+2
2004-12-19re PR tree-optimization/18067 (ICE at loc_descriptor_from_tree_1 in dwarf2out...Richard Henderson1-1/+9
2004-12-18* stor-layout.c (layout_decl): Use unshare_expr, not unsave_expr.Richard Henderson1-2/+2
2004-12-18stor-layout.c (layout_decl): Unshare size expressions copied from the type.Richard Henderson1-2/+2
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-34/+0
2004-10-20* stor-layout.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-19re PR target/17962 (small fp vector uses sse/mmx vectors and is not aligned)Richard Henderson1-0/+4
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-24/+27
2004-09-26re PR middle-end/17112 (Copying of packed bitfields is wrong)Roger Sayle1-5/+7
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-8/+9
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-43/+41
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1