aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1999-10-14class.c (finish_struct_1): Force alignment of non-bitfields to BITS_PER_UNIT.Andrew Haley2-0/+13
1999-10-14gcc toplevel:J"orn Rennecke2-1/+7
1999-10-13decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.Jason Merrill3-1/+10
1999-10-13decl.c (make_rtl_for_local_static): Don't create register RTL for addressable...Mark Mitchell2-0/+6
1999-10-13cp-tree.h (build_x_va_arg): Prototype new function.Nathan Sidwell6-1/+59
1999-10-11* class.c (fixed_type_or_null): Always set *nonnull.Jason Merrill2-0/+7
1999-10-10checked in wrong versionJason Merrill1-2/+3
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi2-1/+6
1999-10-09cp-tree.h (make_rtl_for_local_static): New function.Mark Mitchell4-32/+52
1999-10-08Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.Kaveh R. Ghazi2-0/+5
1999-10-08cp-tree.h (cp_make_lake_type): Renamed from make_lang_type.Franz Sirl4-2/+9
1999-10-08pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch paramter.Mark Mitchell4-4/+50
1999-10-07class.c (build_vtable_entry_ref): Use finish_asm_stmt.Jason Merrill2-14/+22
1999-10-07friend.c (make_friend_class): Robustify.Mark Mitchell3-4/+20
1999-10-07* dump.c (dequeue_and_dump): Dump all three operands to a COND_EXPR.Mark Mitchell2-1/+8
1999-10-06cp-tree.h (CLASSTYPE_VFIELD): Remove.Mark Mitchell9-36/+59
1999-10-06decl.c (grokdeclarator): Only warn about non-zero arrays if !in_system_header...Brendan Kehoe2-1/+7
1999-10-06decl2.c (start_static_storage_duration_function): Push the function declarati...Mark Mitchell2-0/+6
1999-10-06dump.c (DUMP_CHILDREN): Remove.Mark Mitchell2-247/+146
1999-10-05ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR.Mark Mitchell3-2/+29
1999-10-05* ir.texi: Document LOOP_EXPR and EXIT_EXPR.Mark Mitchell2-0/+15
1999-10-05method.c (synthesize_method): Call setup_vtbl_ptr for destructors.Mark Mitchell4-49/+76
1999-10-04decl2.c (grok_alignof): Don't decay lvalues.Nathan Sidwell3-17/+7
1999-10-04cp-tree.h (struct language_function): Remove static_labelno.Mark Mitchell4-4/+11
1999-10-04call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where ma...Mark Mitchell8-33/+23
1999-10-04* init.c (build_vec_delete_1): Fold COND_EXPRs.Jason Merrill2-12/+18
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell12-234/+264
1999-10-03tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for bitfields, rather than...Mark Mitchell4-3/+12
1999-10-01* typeck.c (decay_conversion): Strip cv-quals from non-class rvalues.Jason Merrill2-0/+9
1999-10-01pt.c (tsubst_decl): If the type of a template instantiation is bogus, so is t...Mark Mitchell2-0/+7
1999-10-01decl.c (initialize_local_var): Handle static variables here.Mark Mitchell3-14/+34
1999-10-01* method.c (emit_thunk): Don't crash when -fsyntax-only.Mark Mitchell2-19/+24
1999-10-01cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p.Mark Mitchell1-0/+7
1999-09-30cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p.Mark Mitchell5-4/+69
1999-09-30decl2.c (struct priority_info_s): Remove initialization_sequence and destruct...Mark Mitchell2-298/+269
1999-09-30cp-tree.h (warn_float_equal): Declare.Dirk Zoller4-0/+21
1999-09-29Support normal type_info-based EH mechanisms with -fno-rtti.Jason Merrill5-51/+23
1999-09-29class.c (class_cache_obstack, [...]): Remove.Jason Merrill7-84/+21
1999-09-29dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.Mark Mitchell3-3/+10
1999-09-29dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.Mark Mitchell3-13/+43
1999-09-29cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move here from pt.c.Mark Mitchell4-95/+116
1999-09-29error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME to change primary t...Nathan Sidwell2-22/+5
1999-09-29cp-tree.h (UPT_TEMPLATE): Remove.Mark Mitchell6-15/+54
1999-09-28Copyright tweaks.Jeff Law2-4/+4
1999-09-29Implement function template instantiation pretty printing.Gabriel Dos Reis4-54/+159
1999-09-28decl.c (grokdeclarator): Distinguish parameter context for diagnostics.Nathan Sidwell2-40/+36
1999-09-28* ir.texi: Improve documentation for TARGET_EXPR.Mark Mitchell2-10/+20
1999-09-27Reformat ChangeLog 1999-09-27 Nathan Sidwell <nathan@acm.org>Nathan Sidwell1-1/+2
1999-09-27Augment stringification of trees.Nathan Sidwell4-607/+880
1999-09-27cp-tree.h (expand_throw): Remove prototype.Mark Mitchell6-35/+44