aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-lang.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-18expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations is true.Paolo Bonzini1-2/+0
2008-01-25re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Richard Guenther1-0/+2
2007-12-15re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva1-0/+12
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-04-17invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl1-0/+2
2007-02-22dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz1-0/+14
2006-11-01In gcc/:Geoffrey Keating1-1/+0
2006-06-06Fix up whitespacingMike Stump1-2/+2
2005-09-09dbxout.c: Include expr.h.Richard Henderson1-5/+0
2005-07-09cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c.Andrew Pinski1-37/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-0/+73
2005-06-30pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg1-1/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-11-02c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.Ziemowit Laski1-23/+0
2004-09-22cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from cp-objcp-common.h.Ziemowit Laski1-2/+5
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-3/+3
2004-08-31Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.Ziemowit Laski1-248/+18
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-7/+7
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-4/+2
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher1-0/+1
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson1-3/+0
2004-07-16undo reversionJason Merrill1-1/+15
2004-07-16revert: cp-lang.c (cxx_types_compatible_p): To the middle-end, references and...Jason Merrill1-15/+1
2004-07-15re PR middle-end/15885 (wrong va_start warning (and code))Jason Merrill1-1/+15
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-8/+0
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-5/+7
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-2/+0
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-0/+2
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-0/+7
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-9/+0
2004-05-30c-decl.c (c_expand_body_1): Remove and fold back into ...Andrew Pinski1-25/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-74/+47
2004-04-30Refer to base members using COMPONENT_REFs where possible.Jason Merrill1-3/+1
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-0/+2
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-7/+11
2004-03-15c-incpath.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-1/+0
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg1-2/+0
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell1-1/+3
2003-12-23re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell1-2/+3
2003-12-22re PR c++/5050 (template instantiation depth exceeds/maybe recursion problem)Andrew Pinski1-4/+0
2003-12-16re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell1-0/+5
2003-09-17re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell1-0/+2
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-0/+4
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson1-2/+2
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell1-0/+2
2003-08-29tree-optimize.c: New file.Richard Henderson1-0/+5
2003-08-19PR c++/10538, PR c/5582Andrew Pinski1-0/+2
2003-08-19langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.Gabriel Dos Reis1-2/+2
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis1-0/+20